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

@@ -70,7 +70,9 @@ if (isset($_GET['add']))
else
{
global $db;
$db->StartTrans();
$operator_id = get_operator_id();
$case_id = get_case_id($operator_id);
@@ -106,6 +108,8 @@ else
}
else
print "<p>" . T_("No case") . "</p>";
$db->CompleteTrans();
}
xhtml_foot();