From: tara%tequilarista.org <> Date: Tue, 24 Oct 2000 06:15:04 +0000 (+0000) Subject: whoopsie. X-Git-Tag: bugzilla-2.12~147 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b8cf810f71380b13f149a7b8518dad4b5007287a;p=thirdparty%2Fbugzilla.git whoopsie. --- diff --git a/checksetup.pl b/checksetup.pl index f978f86009..4ec56e7f1a 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; } #