]> git.mjollnir.org Git - moodle.git/commitdiff
re-enabled new developers debug cache setting for string
authordhawes <dhawes>
Sat, 29 Jan 2005 03:08:55 +0000 (03:08 +0000)
committerdhawes <dhawes>
Sat, 29 Jan 2005 03:08:55 +0000 (03:08 +0000)
blocks/rss_client/block_rss_client.php

index de575c5ab13a88c896555d041ab9b0ead4b44791..d34b7377e41debaa72cb31d5d5ca737c2de4581c 100644 (file)
@@ -2,7 +2,7 @@
 
 // Developer's debug assistant - if true then the display string will not cache, only
 // the magpie object's built in caching will be used
-define('BLOCK_RSS_SECONDARY_CACHE_ENABLED', false);
+define('BLOCK_RSS_SECONDARY_CACHE_ENABLED', true);
 
 class block_rss_client extends block_base {