X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fpurge%2Fpurge-general.php;h=77ef4a9aff52a05d74f1f6db4bc22f78ce54286a;hp=e56c4e58e6b4660de38c87a82edde6e02f84d7a2;hb=8fad776382e63b3f73f8dbe289f229d79cfc2c22;hpb=0f3a135204757cc8750262871c8e62c42300acb4 diff --git a/inc/purge/purge-general.php b/inc/purge/purge-general.php index e56c4e58e6..77ef4a9aff 100644 --- a/inc/purge/purge-general.php +++ b/inc/purge/purge-general.php @@ -17,8 +17,8 @@ * $Author:: $ * * -------------------------------------------------------------------- * * Copyright (c) 2003 - 2009 by Roland Haeder * - * Copyright (c) 2009 - 2011 by Mailer Developer Team * - * For more information visit: http://www.mxchange.org * + * Copyright (c) 2009 - 2012 by Mailer Developer Team * + * For more information visit: http://mxchange.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * @@ -132,7 +132,9 @@ ORDER BY } // END - while // Add points to jackpot - if (isExtensionActive('jackpot')) addPointsToJackpot($points); + if (isExtensionActive('jackpot')) { + addPointsToJackpot($points); + } // END - if // Add points for the admin $admin_points += $points;