|
From: Marco K. <kuh...@we...> - 2005-09-27 14:54:34
|
hallo list,
I got an Warning in my apache error_log, which says
[error] PHP Warning: in_array(): Wrong datatype for second argument
in /var/www/htdocs/phpbugtracker/inc/functions.php on line
in my functions.php at this line is
if (($selected == $row['user_id']) || in_array($row['user_id'], $selected))
Does anybody now about this problem ?
It occurs, when I load bugdisplay.html and it calls the function
build_select('owner', $assigned_to) .
thanks for the great bugtracker
best
marco
|