mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-27 17:18:54 +01:00
fix for addressbook hook_home problem; birthdays where not displayed correctly anymore in home view
This commit is contained in:
parent
8d0c656df8
commit
ea5535284f
@ -146,8 +146,7 @@ class addressbook_bo extends addressbook_so
|
|||||||
function __construct($contact_app='addressbook')
|
function __construct($contact_app='addressbook')
|
||||||
{
|
{
|
||||||
parent::__construct($contact_app);
|
parent::__construct($contact_app);
|
||||||
|
$this->now_su = egw_time::to('now','ts');
|
||||||
$this->now_su = new egw_time('now');
|
|
||||||
|
|
||||||
$this->prefs =& $GLOBALS['egw_info']['user']['preferences']['addressbook'];
|
$this->prefs =& $GLOBALS['egw_info']['user']['preferences']['addressbook'];
|
||||||
// get the default addressbook from the users prefs
|
// get the default addressbook from the users prefs
|
||||||
|
Loading…
Reference in New Issue
Block a user