]> git.mxchange.org Git - friendica.git/commitdiff
birthday in november,december bug
authorfriendica <info@friendica.com>
Mon, 28 May 2012 04:36:20 +0000 (21:36 -0700)
committerfriendica <info@friendica.com>
Mon, 28 May 2012 04:36:20 +0000 (21:36 -0700)
include/profile_advanced.php

index bb9850cd0279e2d93400a7b01fb76c45c7e54467..8c2acd8e7639441573689a1efc3076af36ed274f 100644 (file)
@@ -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);
 
                }