From c20d1fa77f5f889170a8a6ebf8d4b478209b8aed Mon Sep 17 00:00:00 2001 From: dhawes Date: Sat, 29 Jan 2005 03:08:55 +0000 Subject: [PATCH] re-enabled new developers debug cache setting for string --- blocks/rss_client/block_rss_client.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blocks/rss_client/block_rss_client.php b/blocks/rss_client/block_rss_client.php index de575c5ab1..d34b7377e4 100644 --- a/blocks/rss_client/block_rss_client.php +++ b/blocks/rss_client/block_rss_client.php @@ -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 { -- 2.39.5