update to view/en placed into de
This commit is contained in:
parent
8b99779181
commit
0c77263a85
|
@ -39,8 +39,8 @@ EOT;
|
||||||
|
|
||||||
$o .= '<div id="advanced-profile-dob">'
|
$o .= '<div id="advanced-profile-dob">'
|
||||||
. ((intval($a->profile['dob']))
|
. ((intval($a->profile['dob']))
|
||||||
? datetime_convert('UTC',date_default_timezone_get(),$a->profile['dob'],'j F, Y')
|
? day_translate(datetime_convert('UTC',date_default_timezone_get(),$a->profile['dob'],'j F, Y'))
|
||||||
: datetime_convert('UTC',date_default_timezone_get(),'2001-' . substr($a->profile['dob'],6),'j F'))
|
: day_translate(datetime_convert('UTC',date_default_timezone_get(),'2001-' . substr($a->profile['dob'],6),'j F')))
|
||||||
. "</div>\r\n</div>";
|
. "</div>\r\n</div>";
|
||||||
|
|
||||||
$o .= '<div id="advanced-profile-dob-end"></div>';
|
$o .= '<div id="advanced-profile-dob-end"></div>';
|
||||||
|
|
Loading…
Reference in a new issue