From 1c836b60d69acdfa53984a04774c0095ee2658cd Mon Sep 17 00:00:00 2001 From: Adam Zammit Date: Mon, 2 Dec 2013 14:17:31 +1100 Subject: [PATCH] removed uneccesary reference --- email.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/email.php b/email.php index 6d159507..3c5076ab 100644 --- a/email.php +++ b/email.php @@ -285,7 +285,7 @@ if (isset($_POST['firstname'])) } else if (isset($_POST['submit'])) { - xhtml_head(T_("Email"),true,array("css/call.css"),array($js),"onload='parent.closePopup();'"); + xhtml_head(T_("Email"),true,array("css/call.css"),false,"onload='parent.closePopup();'"); } xhtml_foot(); die();