diff options
author | Tobias Diekershoff <tobias.diekershoff@gmx.net> | 2011-01-23 08:45:30 +0100 |
---|---|---|
committer | Tobias Diekershoff <tobias.diekershoff@gmx.net> | 2011-01-23 08:45:30 +0100 |
commit | 43dc0b4280b00cb66a1ca97341dfe7e795f5988c (patch) | |
tree | d6ad7955921285a374b5dd666153d42a6071e871 /view/de | |
parent | 60c5e76b2db83038b987b2c54aa21bb9818d2fa1 (diff) | |
download | volse-hubzilla-43dc0b4280b00cb66a1ca97341dfe7e795f5988c.tar.gz volse-hubzilla-43dc0b4280b00cb66a1ca97341dfe7e795f5988c.tar.bz2 volse-hubzilla-43dc0b4280b00cb66a1ca97341dfe7e795f5988c.zip |
updated profile_advanced.php from changes in view/en
Diffstat (limited to 'view/de')
-rw-r--r-- | view/de/profile_advanced.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/view/de/profile_advanced.php b/view/de/profile_advanced.php index 9aee6c262..d2b9d0612 100644 --- a/view/de/profile_advanced.php +++ b/view/de/profile_advanced.php @@ -39,8 +39,8 @@ EOT; $o .= '<div id="advanced-profile-dob">' . ((intval($a->profile['dob'])) - ? day_translate(datetime_convert('UTC',date_default_timezone_get(),$a->profile['dob'],'j F, Y')) - : day_translate(datetime_convert('UTC',date_default_timezone_get(),'2001-' . substr($a->profile['dob'],6),'j F'))) + ? day_translate(datetime_convert('UTC','UTC',$a->profile['dob'] . ' 00:00 +00:00','j F, Y')) + : day_translate(datetime_convert('UTC','UTC','2001-' . substr($a->profile['dob'],6) . ' 00:00 +00:00','j F'))) . "</div>\r\n</div>"; $o .= '<div id="advanced-profile-dob-end"></div>'; |