change to email menuaction link

This commit is contained in:
angles 2001-12-06 19:17:59 +00:00
parent e55305a189
commit 35abedea91

View File

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