2
0
mirror of https://github.com/ACSPRI/queXS synced 2024-04-02 12:12:16 +00:00

Bug found by Saulius - case not ending when out of time

This commit is contained in:
azammitdcarf
2009-03-04 01:00:07 +00:00
parent d3008b7c93
commit b294830a69

View File

@@ -85,6 +85,9 @@ if (isset($_GET['endcase']))
end_call_attempt($operator_id);
end_case($operator_id);
$db->CompleteTrans(); //need to complete here otherwise getting the case later will fail
$db->StartTrans();
//if ($db->HasFailedTrans()) {print "<p>FAILED AT ENDCASE</p>"; exit();}
}