X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Flibs%2Fuser_functions.php;h=7e4ee7c1b5e290a18634fc78b52d9e6d2c2be2c2;hp=f1ff8fe10bee503900719c611631634ddfb51cbb;hb=d3c4fdd9bfab35389e1a5ff48f3952d527c7b4bb;hpb=b0693e1b6ee1f65dcb09dae6960dc3abe35c75e4 diff --git a/inc/libs/user_functions.php b/inc/libs/user_functions.php index f1ff8fe10b..7e4ee7c1b5 100644 --- a/inc/libs/user_functions.php +++ b/inc/libs/user_functions.php @@ -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, '{--GUEST_WRONG_ID_EMAIL--}'); }