]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
whoopsie.
authortara%tequilarista.org <>
Tue, 24 Oct 2000 06:15:04 +0000 (06:15 +0000)
committertara%tequilarista.org <>
Tue, 24 Oct 2000 06:15:04 +0000 (06:15 +0000)
checksetup.pl

index f978f86009ae5b3c11390746d41e5db6a220fc93..4ec56e7f1a5f7bf0a09c00e0b3760aaa3fcde7f9 100755 (executable)
@@ -943,7 +943,7 @@ AddGroup 'editkeywords',   'Can create, destroy, and edit keywords.';
 
 # Add the groupset field here because this code is run before the
 # code that updates the database structure.
-AddField('profiles', 'groupset', 'bigint not null');
+&AddField('profiles', 'groupset', 'bigint not null');
 
 if (!GroupExists("editbugs")) {
     my $id = AddGroup('editbugs',  'Can edit all aspects of any bug.', ".*");
@@ -1785,7 +1785,7 @@ if ($sth->fetchrow_array() == 5)
                #                                                                                BugItsADupeOf   Dupe
        }
        
-       $regenerateshadow = 1;
+       $::regenerateshadow = 1;
 }
 
 #