Next wave of lesser getMessage() usage and more EL
[mailer.git] / inc / reset / reset_profile.php
index 94327060363f3190c4bf580898b34fa8f28c0c4a..ebd7ab008de1dcb34bf443c880eb7333e2f96c6a 100644 (file)
@@ -75,7 +75,7 @@ ORDER BY
 
                        if (round($content['last_update']) == '0') {
                                // Has never changed his accont
-                               $content['last_update'] = getMessage('PROFILE_NEVER_CHANGED');
+                               $content['last_update'] = '{--PROFILE_NEVER_CHANGED--}';
                        } else {
                                // Has changed his account
                                $content['last_update'] = generateDateTime($content['last_update'], 0);