summaryrefslogtreecommitdiffstats
path: root/checksetup.pl
diff options
context:
space:
mode:
authortara%tequilarista.org <>2000-10-24 08:15:04 +0200
committertara%tequilarista.org <>2000-10-24 08:15:04 +0200
commitb8cf810f71380b13f149a7b8518dad4b5007287a (patch)
treed5ae7598e67fecd521ebe06eccf1dd09802a96b2 /checksetup.pl
parentac3b5ab852234a4fd6a09030fb259c1c6d236dd4 (diff)
downloadbugzilla-b8cf810f71380b13f149a7b8518dad4b5007287a.tar.gz
bugzilla-b8cf810f71380b13f149a7b8518dad4b5007287a.tar.xz
whoopsie.
Diffstat (limited to 'checksetup.pl')
-rwxr-xr-xchecksetup.pl4
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;
}
#