Fix for warning in rallye
authorRoland Häder <roland@mxchange.org>
Sat, 20 Sep 2008 13:12:58 +0000 (13:12 +0000)
committerRoland Häder <roland@mxchange.org>
Sat, 20 Sep 2008 13:12:58 +0000 (13:12 +0000)
inc/databases.php
inc/libs/rallye_functions.php

index a9a0c8ffff8c2abd94ef61cdf0156ab0db43922f..70a236b22a44c50a052b04fbb9f88eddf90c3219 100644 (file)
@@ -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);
index f6e65e5b1aee83baff18ddbe9de4492dc025cb4e..10089fc5596d56a3cbddf7a2073806d9ef3a47b8 100644 (file)
@@ -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")
        {