loadCacheFile("revision", true))) { // Load revision from cache $GLOBALS['cache_array']['revision'] = $GLOBALS['cache_instance']->getArrayFromCache(); } elseif (($GLOBALS['output_mode'] != "1") && ($GLOBALS['output_mode'] != "-1")) { // Create cache file here $GLOBALS['cache_instance']->init("REVISION"); // add the new RevInfos in and saves it to the cache $GLOBALS['cache_instance']->addRow(getAkt_vers()); // Close the cache $GLOBALS['cache_instance']->finalize(); // Include loader again require(__FILE__); } // ?>