summaryrefslogtreecommitdiffstats
path: root/globals.pl
diff options
context:
space:
mode:
authorcyeh%bluemartini.com <>2000-09-16 07:20:54 +0200
committercyeh%bluemartini.com <>2000-09-16 07:20:54 +0200
commitee4d32501ab47578743ac075f37733dcd4b0eb31 (patch)
tree03bccb0176b5a5f88bf54f2e6fd90e8f9cd42480 /globals.pl
parent391664703db43356450e6e471e30f4053a2e62a2 (diff)
downloadbugzilla-ee4d32501ab47578743ac075f37733dcd4b0eb31.tar.gz
bugzilla-ee4d32501ab47578743ac075f37733dcd4b0eb31.tar.xz
front end fix for 31456: Editing a superuser clears their access flags
patch by jmrobin@tgix.com
Diffstat (limited to 'globals.pl')
-rw-r--r--globals.pl4
1 files changed, 4 insertions, 0 deletions
diff --git a/globals.pl b/globals.pl
index d8d1bc142..e1dab238d 100644
--- a/globals.pl
+++ b/globals.pl
@@ -77,6 +77,10 @@ $::defaultqueryname = "(Default query)";
$::unconfirmedstate = "UNCONFIRMED";
$::dbwritesallowed = 1;
+# Adding a global variable for the value of the superuser groupset.
+# Joe Robins, 7/5/00
+$::superusergroupset = "9223372036854775807";
+
sub ConnectToDatabase {
my ($useshadow) = (@_);
if (!defined $::db) {