[Codestriker-commits] CVS update: codestriker/lib Codestriker.pm
Brought to you by:
sits
|
From: <si...@us...> - 2006-05-29 23:22:38
|
User: sits
Date: 06/05/29 16:19:36
Modified: lib Codestriker.pm
Log:
Fixed whoops for project support
Index: Codestriker.pm
===================================================================
RCS file: /cvsroot/codestriker/codestriker/lib/Codestriker.pm,v
retrieving revision 1.87
retrieving revision 1.88
diff -u -r1.87 -r1.88
--- Codestriker.pm 28 May 2006 23:46:20 -0000 1.87
+++ Codestriker.pm 29 May 2006 23:19:36 -0000 1.88
@@ -473,7 +473,7 @@
# Return true if project support has been enabled.
sub projects_disabled {
- if (defined $Codestriker::project_states) {
+ if (defined @Codestriker::project_states) {
return $#Codestriker::project_states == -1;
} elsif (defined $Codestriker::allow_projects) {
# Support for older codestriker.conf files.
|