From 00ae6568ac0d8227c16613b32c200a362e7dd9d6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Tue, 30 Sep 2008 15:11:24 +0000 Subject: [PATCH] Fix for rallye extension --- inc/databases.php | 2 +- inc/extensions/ext-rallye.php | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/inc/databases.php b/inc/databases.php index ce5261c556..73ccfeb30e 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', "418"); +define('CURR_SVN_REVISION', "419"); // Take a prime number which is long (if you know a longer one please try it out!) define('_PRIME', 591623); diff --git a/inc/extensions/ext-rallye.php b/inc/extensions/ext-rallye.php index 5d34c754f4..cdacbeac35 100644 --- a/inc/extensions/ext-rallye.php +++ b/inc/extensions/ext-rallye.php @@ -302,8 +302,7 @@ Zudem sollten Sie mindestens folgende Templates (in templates/".GET_LANG default: // Do stuff when extension is loaded // Do stuff only when not in CSS mode - if (($CSS != "1") && ($CSS != "-1")) - { + if (($CSS != "1") && ($CSS != "-1") && ($cacheMode != "init")) { // Get total member count $TOTAL = GET_TOTAL_DATA("CONFIRMED", "user_data", "userid", "status", true); -- 2.39.2