From: Roland Häder Date: Sat, 20 Sep 2008 13:12:58 +0000 (+0000) Subject: Fix for warning in rallye X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=49f1879ae5ed8d46035bbb1ddf84c4207bfaacb0;p=mailer.git Fix for warning in rallye --- diff --git a/inc/databases.php b/inc/databases.php index a9a0c8ffff..70a236b22a 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', "366"); +define('CURR_SVN_REVISION', "367"); // Take a prime number which is long (if you know a longer one please try it out!) define('_PRIME', 591623); diff --git a/inc/libs/rallye_functions.php b/inc/libs/rallye_functions.php index f6e65e5b1a..10089fc559 100644 --- a/inc/libs/rallye_functions.php +++ b/inc/libs/rallye_functions.php @@ -751,7 +751,7 @@ function RALLYE_TEMPLATE_SELECTION($name="template", $default="") // function RALLYE_GET_REFCOUNT($uid, $old=0) { - global $_CONFIG; + global $_CONFIG, $cacheArray; // Check current refs if (GET_EXT_VERSION("cache") >= "0.1.2") {