mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-25 01:13:25 +01:00
fixed birthday in common format on rtf files
This commit is contained in:
parent
9a027d3346
commit
f9b3805dc8
@ -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