X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Flibs%2Fautopurge_functions.php;h=1b20a242ea13ed78023ca009f47dacfb96b530fa;hp=62073918fc055ad5ebe1ed11fe9e4295fe343428;hb=0369c36aaab5af6ed44da1e13a53baef285f79b4;hpb=f33497b304b5b1ab26e9b18b141f755bd97fc9c1 diff --git a/inc/libs/autopurge_functions.php b/inc/libs/autopurge_functions.php index 62073918fc..1b20a242ea 100644 --- a/inc/libs/autopurge_functions.php +++ b/inc/libs/autopurge_functions.php @@ -61,7 +61,7 @@ function AUTOPURGE_ADD_POINTS($uid, $points) { // ... to jackpot account ADD_JACKPOT($points); - if (empty($jackpot)) $jackpot = "0"; + if (empty($jackpot)) $jackpot = 0; $jackpot += $points; } else