From b4786ff0eeed2bc50d665e71bd18ecd5260304c1 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Mon, 31 Aug 2009 17:06:10 +0000 Subject: - Patch #495968 by Frando, moshe weitzman: added drupal_render() cache pattern. Start using it for blocks. --- modules/search/search.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/search/search.module') diff --git a/modules/search/search.module b/modules/search/search.module index 8c6e1933b..65dfb84e6 100644 --- a/modules/search/search.module +++ b/modules/search/search.module @@ -166,7 +166,7 @@ function search_permission() { function search_block_info() { $blocks['form']['info'] = t('Search form'); // Not worth caching. - $blocks['form']['cache'] = BLOCK_NO_CACHE; + $blocks['form']['cache'] = DRUPAL_NO_CACHE; return $blocks; } -- cgit v1.2.3