mirror of
https://github.com/ACSPRI/queXS
synced 2024-04-02 12:12:16 +00:00
Transactions
This commit is contained in:
@@ -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
|
// display in respondent time so that the operator will be able to
|
||||||
// quote verbatim to the respondent if necessary
|
// quote verbatim to the respondent if necessary
|
||||||
|
|
||||||
|
$db->StartTrans();
|
||||||
|
|
||||||
$operator_id = get_operator_id();
|
$operator_id = get_operator_id();
|
||||||
$case_id = get_case_id($operator_id);
|
$case_id = get_case_id($operator_id);
|
||||||
|
|
||||||
@@ -94,6 +96,6 @@ else
|
|||||||
|
|
||||||
|
|
||||||
xhtml_foot();
|
xhtml_foot();
|
||||||
|
$db->CompleteTrans();
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
|||||||
Reference in New Issue
Block a user