X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Flibs%2Fjackpot_functions.php;h=6bf2816c4c92dc2cdd68d70c93d5caddf2cf6b05;hb=34b1f5b69205b08c760d6dcc87ef6a2d1c291261;hp=72e0ee7a1f99a3437f92545c75fa606eb16a3fb9;hpb=c8d76610eb94093d4eed4fcd8a6cb72e74c8f6d8;p=mailer.git diff --git a/inc/libs/jackpot_functions.php b/inc/libs/jackpot_functions.php index 72e0ee7a1f..6bf2816c4c 100644 --- a/inc/libs/jackpot_functions.php +++ b/inc/libs/jackpot_functions.php @@ -16,7 +16,7 @@ * $Author:: $ * * -------------------------------------------------------------------- * * Copyright (c) 2003 - 2009 by Roland Haeder * - * Copyright (c) 2009, 2010 by Mailer Developer Team * + * Copyright (c) 2009 - 2011 by Mailer Developer Team * * For more information visit: http://www.mxchange.org * * * * This program is free software; you can redistribute it and/or modify * @@ -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();