]> git.mxchange.org Git - mailer.git/blobdiff - inc/reset/reset_100_bonus.php
More rewrites, and output-mode fixed (we should documentate this)
[mailer.git] / inc / reset / reset_100_bonus.php
index ab6e348bb1d2f85f6b2d8226545986e152ac8ca0..b3686d40fc066004e140bb25dbf3cb30afab6a67 100644 (file)
@@ -68,7 +68,7 @@ if (SQL_NUMROWS($result_bonus) > 0) {
                        array(bigintval($content['userid'])), __FILE__, __LINE__);
 
                // Translate some data
-               $content['timestamp'] = generateDateTime($content['timestamp_ordered'], '2');
+               $content['timestamp'] = generateDateTime($content['timestamp_ordered'], 2);
 
                // Load email template and send email
                $message = loadEmailTemplate('member_stats_bonus', $content, bigintval($content['userid']));