X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Flibs%2Fjackpot_functions.php;h=6bf2816c4c92dc2cdd68d70c93d5caddf2cf6b05;hb=387e32f3c72f5efad7dfd67e471de639d423ebb6;hp=5d2ee6ef091e98047ff32a9cbf0de0d8af13f88c;hpb=2e715eb7f3f8ca8d259aacb4cbbddde7d9d18e01;p=mailer.git diff --git a/inc/libs/jackpot_functions.php b/inc/libs/jackpot_functions.php index 5d2ee6ef09..6bf2816c4c 100644 --- a/inc/libs/jackpot_functions.php +++ b/inc/libs/jackpot_functions.php @@ -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();