]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/member/what-rallyes.php
A lot texts rewritten and exclamation signs removed
[mailer.git] / inc / modules / member / what-rallyes.php
index 3daa41edce39aca87faaf670128c0617ac6224b9..7664ad0656a9ea7e3da887e7da934c3910e73e83 100644 (file)
@@ -99,8 +99,8 @@ if (SQL_NUMROWS($result) == 1) {
        $content['min_prices'] = determineReferalRallyeMinimumPrices($content['min_prices']);
 
        // Set start and end time
-       $content['start'] = generateDateTime($content['start_time'], '1');
-       $content['end']   = generateDateTime($content['end_time']  , '1');
+       $content['start'] = generateDateTime($content['start_time'], 1);
+       $content['end']   = generateDateTime($content['end_time']  , 1);
 
        if ($expired === true) {
                $content['prices']       = addReferalRallyeWinners($content['id']);