mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 09:04:53 +01:00
syntax error
This commit is contained in:
parent
1b59bc99dc
commit
e3f25223f3
@ -85,7 +85,7 @@
|
|||||||
{
|
{
|
||||||
$portalbox->data[] = array(
|
$portalbox->data[] = array(
|
||||||
'text' => lang("Tomorrow is x's birthday.", $val['n_given'] . ' ' . $val['n_family']),
|
'text' => lang("Tomorrow is x's birthday.", $val['n_given'] . ' ' . $val['n_family']),
|
||||||
'link' = >$GLOBALS['phpgw']->link('/index.php','menuaction=addressbook.uiaddressbook.view&ab_id='.$val['id'])
|
'link' => $GLOBALS['phpgw']->link('/index.php','menuaction=addressbook.uiaddressbook.view&ab_id='.$val['id'])
|
||||||
);
|
);
|
||||||
// $tmp = '<a href="'
|
// $tmp = '<a href="'
|
||||||
// . $GLOBALS['phpgw']->link('/addressbook/view.php','ab_id=' . $val['id']) . '">'
|
// . $GLOBALS['phpgw']->link('/addressbook/view.php','ab_id=' . $val['id']) . '">'
|
||||||
|
Loading…
Reference in New Issue
Block a user