More language constants rewritten ({--LANGUAGE--} is for constants)
[mailer.git] / inc / profile-updte.php
index 67ff3d451fa495635f4486840d8b397a8f596117..e75fbc7e89169fc4b4b3e6e13cc8228a760515a4 100644 (file)
@@ -42,7 +42,7 @@ if ((getConfig('send_prof_update') == "Y") && (getConfig('profile_update') > 0)
        // Load personal data              0      1     2      3        4          5         6
        $result = SQL_QUERY_ESC("SELECT userid, email, gender, surname, family, last_update, joined
 FROM
-       {!MYSQL_PREFIX!}_user_data
+       {!_MYSQL_PREFIX!}_user_data
 WHERE
        (last_update < (UNIX_TIMESTAMP() - %s) AND last_update != 0 AND last_profile_sent < (UNIX_TIMESTAMP() - %s))
 OR