Several code-cleanups:
[mailer.git] / inc / libs / user_functions.php
index 4f68201ea3d445d7a8c571341cdf1b8a15e1133f..c405600bdccd6e302640225d407d07677592e8a1 100644 (file)
@@ -393,7 +393,7 @@ function doUserLogin ($userid, $passwd, $successUrl = '', $errorUrl = 'modules.p
                // Set userid in session
                setSession('current_userid', getUserData('userid'));
        } elseif (!isUserDataValid()) {
-               // User id not found!
+               // User id not found
                $errorCode = getCode('WRONG_ID');
        } else {
                // Unknown error