diff options
Diffstat (limited to 'checksetup.pl')
-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; } # |