From ee4d32501ab47578743ac075f37733dcd4b0eb31 Mon Sep 17 00:00:00 2001 From: "cyeh%bluemartini.com" <> Date: Sat, 16 Sep 2000 05:20:54 +0000 Subject: front end fix for 31456: Editing a superuser clears their access flags patch by jmrobin@tgix.com --- globals.pl | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'globals.pl') 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) { -- cgit v1.2.3-24-g4f1b