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