From 11df5b93b52068d31def1098de9a99b7f9ea7279 Mon Sep 17 00:00:00 2001 From: Adam Zammit Date: Tue, 26 Feb 2013 12:41:30 +1100 Subject: [PATCH] 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 --- email.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/email.php b/email.php index 86caa0c2..78f3fe1b 100644 --- a/email.php +++ b/email.php @@ -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();