From 9166af65da639908595519f644b8565d4b161857 Mon Sep 17 00:00:00 2001 From: azammitdcarf Date: Thu, 5 Aug 2010 04:23:43 +0000 Subject: [PATCH] Close window using new method --- appointment.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appointment.php b/appointment.php index 4289884e..75830095 100644 --- a/appointment.php +++ b/appointment.php @@ -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(); }