X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Freset%2Freset_profile.php;h=560e9cb4b4a31dcfae39cd6595d08f11c771aa53;hb=c2e17d983fcbc0c3bd1dd37908d87c678f0367df;hp=d1ed8e4b652561ac134fc5cf5f41c68fdcafc329;hpb=64c8349613addc3da2242c5cd6b99d64e3fb5f8e;p=mailer.git diff --git a/inc/reset/reset_profile.php b/inc/reset/reset_profile.php index d1ed8e4b65..560e9cb4b4 100644 --- a/inc/reset/reset_profile.php +++ b/inc/reset/reset_profile.php @@ -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