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

Close window using new method

This commit is contained in:
azammitdcarf
2010-08-05 04:23:43 +00:00
parent 78e0c040c8
commit 9166af65da

View File

@@ -104,7 +104,7 @@ if(isset($_POST['start']) && isset($_POST['end']) && isset($_POST['day']) && iss
$db->CompleteTrans();
xhtml_head(T_("Appointment made"),true,false,false,"onload='top.close()'");
xhtml_head(T_("Appointment made"),true,false,false,"onload='parent.closePopup();'");
xhtml_foot();
exit();
}