diff options
author | tara%tequilarista.org <> | 2000-10-24 08:15:04 +0200 |
---|---|---|
committer | tara%tequilarista.org <> | 2000-10-24 08:15:04 +0200 |
commit | b8cf810f71380b13f149a7b8518dad4b5007287a (patch) | |
tree | d5ae7598e67fecd521ebe06eccf1dd09802a96b2 | |
parent | ac3b5ab852234a4fd6a09030fb259c1c6d236dd4 (diff) | |
download | bugzilla-b8cf810f71380b13f149a7b8518dad4b5007287a.tar.gz bugzilla-b8cf810f71380b13f149a7b8518dad4b5007287a.tar.xz |
whoopsie.
-rwxr-xr-x | checksetup.pl | 4 |
1 files changed, 2 insertions, 2 deletions
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; } # |