Even more variables renamed and login procedure prepared for filter
[mailer.git] / inc / modules / chk_login.php
index 096b37a5e431ca9f5c3cf05c3a64f3a8287c01d4..3dc66760420cf8085ae033e5a7c3c0ac4aa192bb 100644 (file)
@@ -48,14 +48,14 @@ $message = "<strong>{--VALIDATING_LOGIN--}</strong>";
 if (isUserIdSet() && (isSessionVariableSet('u_hash'))) {
        // Login failures are supported since 0.4.7
        // Do we have 0.4.7 of sql_patches or later?
-       $ADD = "";
+       $add = "";
        if (GET_EXT_VERSION("sql_patches") >= "0.6.1") {
                // Load them here
-               $ADD = ", login_failures, UNIX_TIMESTAMP(last_failure) AS last_failure";
+               $add = ", login_failures, UNIX_TIMESTAMP(last_failure) AS last_failure";
        } // END - if
 
        // Get theme from profile
-       $result = SQL_QUERY_ESC("SELECT curr_theme".$ADD." FROM `{!_MYSQL_PREFIX!}_user_data` WHERE userid=%s LIMIT 1",
+       $result = SQL_QUERY_ESC("SELECT curr_theme".$add." FROM `{!_MYSQL_PREFIX!}_user_data` WHERE userid=%s LIMIT 1",
                array(getUserId()), __FILE__, __LINE__);
 
        // Load data