From: Roland Häder Date: Sat, 4 Oct 2008 11:29:35 +0000 (+0000) Subject: Yet another fix... X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=1657e674105ece63ee49105cb377067fa4408e3b;p=mailer.git Yet another fix... --- diff --git a/inc/databases.php b/inc/databases.php index bb52ea6502..eacf64ac61 100644 --- a/inc/databases.php +++ b/inc/databases.php @@ -113,7 +113,7 @@ define('USAGE_BASE', "usage"); define('SERVER_URL', "http://www.mxchange.org"); // This current patch level -define('CURR_SVN_REVISION', "439"); +define('CURR_SVN_REVISION', "440"); // Take a prime number which is long (if you know a longer one please try it out!) define('_PRIME', 591623); diff --git a/inc/monthly/monthly_bonus.php b/inc/monthly/monthly_bonus.php index f6c8f30c39..a014831aeb 100644 --- a/inc/monthly/monthly_bonus.php +++ b/inc/monthly/monthly_bonus.php @@ -73,7 +73,7 @@ if (($curr != $_CONFIG['last_month']) && ($_CONFIG['bonus_ranks'] > 0) && ($CSS if ($_CONFIG['bonus_ref_yn'] == "Y") $ADD .= " + bonus_ref"; if (!empty($ADD)) { - $ADD .= "AND (0".$ADD.") > 0"; + $ADD .= " AND (0".$ADD.") > 0"; } // END - if // SQL string to check for accounts