Fatal error: Cannot redeclare in_array() in /www/interdigitate/collabarena/peer/all.php on line 22
This happens when I choose review "all" from any of the user accounts.
I think line 22 starts here:
<?function in_array($arr,$item){ $in=0; for($a=0;$a<sizeof($arr);$a++){ if($arr[$a]==$item){ $in=1; break;
epi
Have you solved the PeerReview-problem yet? I have the same problem on my Mandrake-box.
Bengt
Log in to post a comment.
Fatal error: Cannot redeclare in_array() in /www/interdigitate/collabarena/peer/all.php on line 22
This happens when I choose review "all" from any of the user accounts.
I think line 22 starts here:
<?function in_array($arr,$item){
$in=0;
for($a=0;$a<sizeof($arr);$a++){
if($arr[$a]==$item){
$in=1;
break;
epi
Have you solved the PeerReview-problem yet? I have the same problem on my Mandrake-box.
Bengt