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

@@ -68,6 +68,8 @@ xhtml_head(T_("Respondent Selector"),true,array("css/table.css","css/respondent.
global $db;
$db->StartTrans();
$operator_id = get_operator_id();
$call_attempt_id = get_call_attempt($operator_id);
$case_id = get_case_id($operator_id);
@@ -153,5 +155,5 @@ else
xhtml_foot();
$db->CompleteTrans();
?>