]> git.mxchange.org Git - mailer.git/blobdiff - inc/reset/reset_profile.php
More rewrites, and output-mode fixed (we should documentate this)
[mailer.git] / inc / reset / reset_profile.php
index d1ed8e4b652561ac134fc5cf5f41c68fdcafc329..560e9cb4b4a31dcfae39cd6595d08f11c771aa53 100644 (file)
@@ -70,14 +70,14 @@ ORDER BY
                // We need to send-out notifications...
                while ($content = SQL_FETCHARRAY($result)) {
                        // Translate timestamp
-                       $content['joined'] = generateDateTime($content['joined'], '0');
+                       $content['joined'] = generateDateTime($content['joined'], 0);
 
-                       if (round($content['last_update']) == '0') {
+                       if (round($content['last_update']) == 0) {
                                // Has never changed his accont
                                $content['last_update'] = getMessage('PROFILE_NEVER_CHANGED');
                        } else {
                                // Has changed his account
-                               $content['last_update'] = generateDateTime($content['last_update'], '0');
+                               $content['last_update'] = generateDateTime($content['last_update'], 0);
                        }
 
                        // Load email template and send mail away