]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Re-fix for bug 95082: allow syncshadowdb to continue to make queries while Bugzilla...
authorjustdave%syndicomm.com <>
Wed, 15 Aug 2001 09:38:02 +0000 (09:38 +0000)
committerjustdave%syndicomm.com <>
Wed, 15 Aug 2001 09:38:02 +0000 (09:38 +0000)
Patch by Jake Steenhagen <jake@acutex.net>
r= justdave@syndicomm.com

globals.pl

index f413974517de959ac402d155c1ba0fe86ac7b715..9c0410573f8db76ee2f58b46447525c49080239a 100644 (file)
@@ -202,7 +202,7 @@ sub SendSQL {
     }
     # If we are shutdown, we don't want to run queries except in special cases
     if (Param('shutdownhtml')) {
-        if ($0 =~ m:[\\/](do)?editparams.cgi$:) {
+        if ($0 =~ m:[\\/]((do)?editparams.cgi|syncshadowdb)$:) {
             $::ignorequery = 0;
         } else {
             $::ignorequery = 1;