Commit aad3b8b5 authored by jake%acutex.net's avatar jake%acutex.net

Refixing bug 71396. Each PushGlobalSQLState() needs a PopGlobalSQLState() and…

Refixing bug 71396. Each PushGlobalSQLState() needs a PopGlobalSQLState() and this file instead had two "pushes".
parent 48cbec63
......@@ -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";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment