From b8cf810f71380b13f149a7b8518dad4b5007287a Mon Sep 17 00:00:00 2001 From: "tara%tequilarista.org" <> Date: Tue, 24 Oct 2000 06:15:04 +0000 Subject: whoopsie. --- checksetup.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'checksetup.pl') diff --git a/checksetup.pl b/checksetup.pl index f978f8600..4ec56e7f1 100755 --- a/checksetup.pl +++ b/checksetup.pl @@ -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; } # -- cgit v1.2.3-24-g4f1b