Index: trunk/extensions/SocialProfile/UserProfile/UserProfileClass.php |
— | — | @@ -122,7 +122,7 @@ |
123 | 123 | $month = $dob[1]; |
124 | 124 | $day = $dob[2]; |
125 | 125 | return date( "F jS", mktime( 0, 0, 0, $month, $day ) ); |
126 | | - r//eturn $day . ' ' . $wgLang->getMonthNameGen( $month ); |
| 126 | + //return $day . ' ' . $wgLang->getMonthNameGen( $month ); |
127 | 127 | } |
128 | 128 | return $birthday; |
129 | 129 | } |