Created Codestriker topic at:
  
http://codestriker.sourceforge.net/cgi-bin/codestriker.pl?topic=3722995&action=view

  User: sits    
  Date: 05/05/23 00:45:36

  Modified:    lib      Codestriker.pm
  Log:
  Fixed up backwards compatibility for detecting readonly topics
  
  
  
  Index: Codestriker.pm
  ===================================================================
  RCS file: /cvsroot/codestriker/codestriker/lib/Codestriker.pm,v
  retrieving revision 1.72
  retrieving revision 1.73
  diff -u -r1.72 -r1.73
  --- Codestriker.pm    22 May 2005 22:26:03 -0000      1.72
  +++ Codestriker.pm    23 May 2005 07:45:33 -0000      1.73
  @@ -471,7 +471,7 @@
        return (grep /^$topic_state$/, @Codestriker::readonly_states);
       } else {
        # Backwards compatibility for older configs.
  -     return $topic_state > 0;
  +     return $topic_state ne "Open";
       }
   }
   
  
  
  


-------------------------------------------------------
This SF.Net email is sponsored by Oracle Space Sweepstakes
Want to be the first software developer in space?
Enter now for the Oracle Space Sweepstakes!
http://ads.osdn.com/?ad_id=7412&alloc_id=16344&op=click
_______________________________________________
Codestriker-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/codestriker-commits

Reply via email to