From 49f1879ae5ed8d46035bbb1ddf84c4207bfaacb0 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Sat, 20 Sep 2008 13:12:58 +0000 Subject: [PATCH] Fix for warning in rallye --- inc/databases.php | 2 +- inc/libs/rallye_functions.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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") { -- 2.39.2