Stab #1
authorRob Church <robchurch@users.mediawiki.org>
Tue, 2 May 2006 20:20:12 +0000 (20:20 +0000)
committerRob Church <robchurch@users.mediawiki.org>
Tue, 2 May 2006 20:20:12 +0000 (20:20 +0000)
includes/User.php

index 8c89cc3..3e5afe3 100644 (file)
@@ -288,7 +288,7 @@ class User {
                        (false !== strpos( $addr, '@' ) );
        }
 
-       /**f
+       /**
         * Count the number of edits of a user
         *
         * @param int $uid The user ID to check
@@ -1859,7 +1859,7 @@ class User {
                        if( $wgEmailAuthentication && !$this->getEmailAuthenticationTimestamp() )
                                return false;
                        return true;
-               else {
+               else {
                        return $confirmed;
                }
        }