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-17 22:47:28 +00:00
parent 822a72c74d
commit c0cecbd25b
2 changed files with 14 additions and 2 deletions

View File

@@ -141,6 +141,7 @@ function display_outcomes($contacted,$ca,$case_id)
global $db;
$db->StartTrans();
$operator_id = get_operator_id();
@@ -201,6 +202,7 @@ if (isset($_POST['submit']))
print "<p></p>"; //for XHTML
xhtml_foot();
$db->CompleteTrans();
exit();
}
@@ -432,6 +434,6 @@ switch($state)
xhtml_foot();
$db->CompleteTrans();
?>