Refixing bug 71396. Each PushGlobalSQLState() needs a PopGlobalSQLState() and this file instead had two "pushes".

This commit is contained in:
jake%acutex.net 2001-06-19 01:37:02 +00:00
parent e519e441c4
commit aca8112d7e

View File

@ -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";