fix the ->link() to the notify window

This commit is contained in:
skeeter 2001-03-11 12:58:10 +00:00
parent 8b49d16008
commit 19d2b3c139

View File

@ -136,7 +136,7 @@
NotifyWindow.close();
}
}
NotifyWindow = window.open("<?php echo $phpgw->link("notify.php")?>", "NotifyWindow", "width=300,height=35,location=no,menubar=no,directories=no,toolbar=no,scrollbars=yes,resizable=yes,status=yes");
NotifyWindow = window.open("<?php echo $phpgw->link("/notify.php")?>", "NotifyWindow", "width=300,height=35,location=no,menubar=no,directories=no,toolbar=no,scrollbars=yes,resizable=yes,status=yes");
if (NotifyWindow.opener == null)
{
NotifyWindow.opener = window;