From 66e8b2e93e5ef0eea58ceaf6d0a0be4ea6b14b7c Mon Sep 17 00:00:00 2001 From: "dave%intrec.com" <> Date: Sat, 5 Aug 2000 06:16:01 +0000 Subject: Removing a couple lines from the patch for bug 31336 that got left in by accident. --- editusers.cgi | 2 -- 1 file changed, 2 deletions(-) (limited to 'editusers.cgi') diff --git a/editusers.cgi b/editusers.cgi index 59ab533f8..735d4ea29 100755 --- a/editusers.cgi +++ b/editusers.cgi @@ -142,7 +142,6 @@ sub EmitFormElements ($$$$$$$) "WHERE bit & $opblessgroupset != 0 AND isbuggroup " . "ORDER BY name"); print "Group Access:"; - my $curgrouptype = 1; if (MoreSQLData()) { if ($editall) { print "\n"; @@ -169,7 +168,6 @@ sub EmitFormElements ($$$$$$$) "WHERE bit & $opblessgroupset != 0 AND !isbuggroup " . "ORDER BY name"); print "
Can turn this bit on for other users
Privileges:"; - my $curgrouptype = 1; if (MoreSQLData()) { if ($editall) { print "\n"; -- cgit v1.2.3-24-g4f1b
Can turn this bit on for other users