]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Refixing bug 71396. Each PushGlobalSQLState() needs a PopGlobalSQLState() and this...
authorjake%acutex.net <>
Tue, 19 Jun 2001 08:37:02 +0000 (08:37 +0000)
committerjake%acutex.net <>
Tue, 19 Jun 2001 08:37:02 +0000 (08:37 +0000)
editversions.cgi

index 381d28ed9fb99398f099af46aaa8d519e4ec1856..0ca0b932c61b1cf04c69e0d51bcd0ab6a3df0747 100755 (executable)
@@ -440,7 +440,7 @@ if ($action eq 'delete') {
             SendSQL("DELETE FROM attachments WHERE bug_id=$bugid");
             SendSQL("DELETE FROM bugs_activity WHERE bug_id=$bugid");
             SendSQL("DELETE FROM dependencies WHERE blocked=$bugid");
-            PushGlobalSQLState();
+            PopGlobalSQLState();
         }
         print "Attachments, bug activity and dependencies deleted.<BR>\n";