mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-23 16:33:17 +01:00
r27226 fix for Birthday in rtf Adressbook
This commit is contained in:
parent
56016b3a92
commit
48169dfc76
@ -67,7 +67,7 @@ class addressbook_merge // extends bo_merge
|
||||
if ($value)
|
||||
{
|
||||
list($y,$m,$d) = explode('-',$value);
|
||||
$contact[$name] = $GLOBALS['egw']->common->dateformatorder($y,$m,$d,true);
|
||||
$value = $GLOBALS['egw']->common->dateformatorder($y,$m,$d,true);
|
||||
}
|
||||
break;
|
||||
case 'owner': case 'creator': case 'modifier':
|
||||
|
Loading…
Reference in New Issue
Block a user