Double question mark fixed
[mailer.git] / inc / libs / jackpot_functions.php
index 5d2ee6ef091e98047ff32a9cbf0de0d8af13f88c..6bf2816c4c92dc2cdd68d70c93d5caddf2cf6b05 100644 (file)
@@ -78,7 +78,7 @@ function addPointsToJackpot ($points) {
 // Subtracts points from the jackpot
 function subtractPointsFromJackpot ($points) {
        // First failed
-       $ret = '-1';
+       $ret = -1;
 
        // Get jackpot points for dummy
        $jackpot = getJackpotPoints();