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

Transactions

This commit is contained in:
azammitdcarf
2009-02-19 03:05:54 +00:00
parent bb11447be9
commit ebced25727

View File

@@ -56,6 +56,8 @@ xhtml_head(T_("Appointment 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();
$operator_id = get_operator_id();
$case_id = get_case_id($operator_id);
@@ -94,6 +96,6 @@ else
xhtml_foot();
$db->CompleteTrans();
?>