2
0
mirror of https://github.com/ACSPRI/queXS synced 2024-04-02 12:12:16 +00:00

Disabled updating of call outcome when not hanging up - need to alter other code or decide how to determine that an invitation was sent via email

This commit is contained in:
Adam Zammit
2013-02-26 12:41:30 +11:00
parent 618a1acead
commit 11df5b93b5

View File

@@ -204,6 +204,7 @@ if (isset($_POST['firstname']))
}
else if (isset($_POST['submit']))
{
/*
$call_id = get_call($operator_id);
$sql = "UPDATE `call` as c
@@ -211,7 +212,8 @@ if (isset($_POST['firstname']))
WHERE c.call_id = $call_id";
$db->Execute($sql);
*/
xhtml_head(T_("Email"),true,array("css/call.css"),array($js),"onload='parent.closePopup();'");
}
xhtml_foot();