Update of /cvsroot/netpass/NetPass/www/htdocs/Admin
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26580/www/htdocs/Admin
Modified Files:
qc.mhtml
Log Message:
removed debugging stuff
Index: qc.mhtml
===================================================================
RCS file: /cvsroot/netpass/NetPass/www/htdocs/Admin/qc.mhtml,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -d -r1.24 -r1.25
--- qc.mhtml 11 Aug 2005 00:04:45 -0000 1.24
+++ qc.mhtml 11 Aug 2005 00:09:06 -0000 1.25
@@ -609,8 +609,7 @@
}
if ( !$isRoot && !grep(/^default$/, @$rwGroups) && !grep(/^$nw$/, @$rwGroups) && !grep(/^$netgroup$/, @$rwGroups) ) {
- my $jjj = join(',', @$rwGroups);
- print qq{<P class='error'>Update failed for $mac because you don't have the proper permissions for it's network ($nw, $jjj, $netgroup)</P>};
+ print qq{<P class='error'>Update failed for $mac because you don't have the proper permissions for it's network ($nw or $netgroup)</P>};
next;
}
|