mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 06:30:59 +01:00
"fixed missing argument for $$creaed$$ and $$modified$$ placeholders, reported on the German list"
This commit is contained in:
parent
cbc6214282
commit
6164f3f1e8
@ -61,7 +61,7 @@ class addressbook_merge // extends bo_merge
|
||||
{
|
||||
case 'created': case 'modified':
|
||||
$value = date($GLOBALS['egw_info']['user']['preferences']['common']['dateformat'].' '.
|
||||
($GLOBALS['egw_info']['user']['preferences']['common']['timeformat']==12?'h:i a':'H:i'));
|
||||
($GLOBALS['egw_info']['user']['preferences']['common']['timeformat']==12?'h:i a':'H:i'),$value);
|
||||
break;
|
||||
case 'bday':
|
||||
if ($value)
|
||||
|
Loading…
Reference in New Issue
Block a user