mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-26 16:48:49 +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')
|
||||
{
|
||||
parent::__construct($contact_app);
|
||||
|
||||
$this->now_su = new egw_time('now');
|
||||
$this->now_su = egw_time::to('now','ts');
|
||||
|
||||
$this->prefs =& $GLOBALS['egw_info']['user']['preferences']['addressbook'];
|
||||
// get the default addressbook from the users prefs
|
||||
|
Loading…
Reference in New Issue
Block a user