Menu

Peer Review error

2001-02-21
2001-06-11
  • Mike Sullivan

    Mike Sullivan - 2001-02-21

    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

     
    • Bengt

      Bengt - 2001-06-11

      Have you solved the PeerReview-problem yet? I have the same problem on my Mandrake-box.

      Bengt

       

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.