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

removed uneccesary reference

This commit is contained in:
Adam Zammit
2013-12-02 14:17:31 +11:00
parent f5acc307a1
commit 1c836b60d6

View File

@@ -285,7 +285,7 @@ if (isset($_POST['firstname']))
} }
else if (isset($_POST['submit'])) 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(); xhtml_foot();
die(); die();