A lot texts rewritten and exclamation signs removed
[mailer.git] / inc / libs / user_functions.php
index f1ff8fe10bee503900719c611631634ddfb51cbb..7e4ee7c1b5e290a18634fc78b52d9e6d2c2be2c2 100644 (file)
@@ -392,11 +392,11 @@ function doUserLogin ($userid, $passwd, $successUrl = '', $errorUrl = 'modules.p
                        // Create an error code from given status
                        $errorCode = generateErrorCodeFromUserStatus($status);
                } else {
-                       // ID not found!
+                       // id not found!
                        $errorCode = getCode('WRONG_ID');
                }
        } else {
-               // ID not found!
+               // id not found!
                $errorCode = getCode('WRONG_ID');
        }
 
@@ -465,7 +465,7 @@ function doNewUserPassword ($email, $userid) {
                        redirectToUrl('modules.php?module=index&what=login&login='.$errorCode);
                }
        } else {
-               // ID or email is wrong
+               // id or email is wrong
                loadTemplate('admin_settings_saved', false, '<span class="guest_failed">{--GUEST_WRONG_ID_EMAIL--}</span>');
        }