Fix for rallye extension
authorRoland Häder <roland@mxchange.org>
Tue, 30 Sep 2008 15:11:24 +0000 (15:11 +0000)
committerRoland Häder <roland@mxchange.org>
Tue, 30 Sep 2008 15:11:24 +0000 (15:11 +0000)
inc/databases.php
inc/extensions/ext-rallye.php

index ce5261c556e46bb7b70a25dfa47405925b33ae4d..73ccfeb30e3ea84ae269e4373151d038dbbeebfc 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', "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);
index 5d34c754f48dc4b89bbe222de5babbac241d957d..cdacbeac35a6bf18ad96504563552e3113ec24b7 100644 (file)
@@ -302,8 +302,7 @@ Zudem sollten Sie mindestens folgende Templates (in <STRONG>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);