Fix the other email link

This commit is contained in:
Miles Lott 2002-01-17 04:02:20 +00:00
parent 2421cc1afa
commit 1a72f55079

View File

@ -920,8 +920,7 @@
{ {
if($GLOBALS['phpgw_info']['user']['apps']['email']) if($GLOBALS['phpgw_info']['user']['apps']['email'])
{ {
$ref='<a href="' . $GLOBALS['phpgw']->link('/email/compose.php','to=' $ref = '<a href="' . $GLOBALS['phpgw']->link('/index.php','menuaction=email.uicompose.compose&to=' . urlencode($coldata)) . '" target="_new">';
. urlencode($coldata)) . '" target="_new">';
} }
else else
{ {