diff options
author | friendica <info@friendica.com> | 2012-05-27 21:36:20 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-05-27 21:36:20 -0700 |
commit | b752acd089424403a8cfbd5fc3e633baa4e2e363 (patch) | |
tree | f777714a25bb7a093f3cf7cba4541e0d80b24f8f /include/profile_advanced.php | |
parent | 2bd1004587fc8d928b9458b2383b656df115578c (diff) | |
download | volse-hubzilla-b752acd089424403a8cfbd5fc3e633baa4e2e363.tar.gz volse-hubzilla-b752acd089424403a8cfbd5fc3e633baa4e2e363.tar.bz2 volse-hubzilla-b752acd089424403a8cfbd5fc3e633baa4e2e363.zip |
birthday in november,december bug
Diffstat (limited to 'include/profile_advanced.php')
-rw-r--r-- | include/profile_advanced.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/profile_advanced.php b/include/profile_advanced.php index bb9850cd0..8c2acd8e7 100644 --- a/include/profile_advanced.php +++ b/include/profile_advanced.php @@ -25,8 +25,8 @@ function advanced_profile(&$a) { $val = ((intval($a->profile['dob'])) ? day_translate(datetime_convert('UTC','UTC',$a->profile['dob'] . ' 00:00 +00:00',$year_bd_format)) - : day_translate(datetime_convert('UTC','UTC','2001-' . substr($a->profile['dob'],6) . ' 00:00 +00:00',$short_bd_format))); - + : day_translate(datetime_convert('UTC','UTC','2001-' . substr($a->profile['dob'],5) . ' 00:00 +00:00',$short_bd_format))); + $profile['birthday'] = array( t('Birthday:'), $val); } |