From ebced2572792ba522525ab67ad2861b6b5e3a767 Mon Sep 17 00:00:00 2001 From: azammitdcarf Date: Thu, 19 Feb 2009 03:05:54 +0000 Subject: [PATCH] Transactions --- appointmentlist.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/appointmentlist.php b/appointmentlist.php index af305502..dbaf3d0d 100644 --- a/appointmentlist.php +++ b/appointmentlist.php @@ -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(); ?>