]> git.mxchange.org Git - mailer.git/blobdiff - inc/libs/jackpot_functions.php
Now the last extension update is being applied, added missing wrapper function for...
[mailer.git] / inc / libs / jackpot_functions.php
index a71f843b6534434aafbe4edc87852a4651092cb2..1ab1efed809f2c4cec66716143cd2fb31bdb42e8 100644 (file)
@@ -78,7 +78,7 @@ function addPointsToJackpot ($points) {
 // Subtracts points from the jackpot
 function subtractPointsFromJackpot ($points) {
        // First failed
-       $ret = false;
+       $ret = FALSE;
 
        // Get jackpot points for dummy
        $jackpot = getJackpotPoints();