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

Added transactions

This commit is contained in:
azammitdcarf
2009-02-19 03:02:29 +00:00
parent 8c7c0c014d
commit ee3c57a18c
5 changed files with 20 additions and 8 deletions

View File

@@ -55,6 +55,8 @@ xhtml_head(T_("Call List"),true,array("css/table.css"),false,false,15);
// display in respondent time so that the operator will be able to
// quote verbatim to the respondent if necessary
$db->StartTrans();
$case_id = get_case_id(get_operator_id());
if ($case_id)
@@ -80,5 +82,6 @@ else
xhtml_foot();
$db->CompleteTrans();
?>