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'])
|
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
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user