]> git.mxchange.org Git - mailer.git/blobdiff - inc/mails/doubler_mails.php
Deprecated variables for templates removed, mor EL-rewrites, getMessage() rewritten:
[mailer.git] / inc / mails / doubler_mails.php
index d2cca8e044ac7c38d65a225140fdade5d8944307..a26123480ed695eff3aed8643817a87948e9441f 100644 (file)
@@ -52,7 +52,7 @@ $jackpotPoints = '0'; $userPoints = '0';
 if (isExtensionActive('jackpot')) $jackpotPoints = getJackpotPoints();
 
 // Get total points of the doubler itself
-$DOUBLER_POINTS = DOUBLER_GET_TOTAL_POINTS_LEFT();
+$DOUBLER_POINTS = getDoublerTotalPointsLeft();
 if ($DOUBLER_POINTS == '0') {
        // Exit here to prevent some SQL errors (SQL_QUERY_ESC doen't insert zeros! We need to fix this...)
        return;