fixed birthday in common format on rtf files

This commit is contained in:
Stefan Becker 2009-06-09 11:58:09 +00:00
parent 9a027d3346
commit f9b3805dc8

View File

@ -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':