mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 16:03:47 +01:00
Fix the other email link
This commit is contained in:
parent
2421cc1afa
commit
1a72f55079
@ -920,8 +920,7 @@
|
||||
{
|
||||
if($GLOBALS['phpgw_info']['user']['apps']['email'])
|
||||
{
|
||||
$ref='<a href="' . $GLOBALS['phpgw']->link('/email/compose.php','to='
|
||||
. urlencode($coldata)) . '" target="_new">';
|
||||
$ref = '<a href="' . $GLOBALS['phpgw']->link('/index.php','menuaction=email.uicompose.compose&to=' . urlencode($coldata)) . '" target="_new">';
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user