Cleaned up calls to link()

This commit is contained in:
jengo 2001-03-10 08:35:34 +00:00
parent 9f5b45bf5c
commit c368a72134

View File

@ -23,7 +23,7 @@
<!-- Activate Cloaking Device <!-- Activate Cloaking Device
function CheckEmail() function CheckEmail()
{ {
window.opener.document.location.href="<?php echo $phpgw->link($phpgw_info["server"]["webserver_url"].'/email/'); ?>"; window.opener.document.location.href="<?php echo $phpgw->link('/email/index.php'); ?>";
} }
//--> //-->
</script> </script>