Hi,
I don't know what happend.
Today when I am showing in the book details, there ist an error message in the head of the details:
Warning: in_array() [function.in-array]: Wrong datatype for second argument in /
www/htdocs/..../library/administrator/co...ibrary/functions.php on line 320
But I can't find any error on that line?!
Here're the Line 319 - 321:
for($i = 0;$i<count($tempArr);$i++){
if(($tempArr[$i] == $usersgroupid OR in_array($tempArr[$i],$usersgroupid)) || $tempArr[$i]==-2){
//allow access
Has anyone an idea?
Cheers