From df2cf40d2cd197ed5f1960b026b31aad32b5d930 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sun, 26 Oct 2008 18:06:39 +0000 Subject: - Patch #266358 by Rob Loach, mfer: use array in drupal_add_css(). --- 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 6846f8f65..c96dfbfa7 100644 --- a/modules/search/search.module +++ b/modules/search/search.module @@ -1031,7 +1031,7 @@ function search_get_keys() { function search_form(&$form_state, $action = '', $keys = '', $type = NULL, $prompt = NULL) { // Add CSS - drupal_add_css(drupal_get_path('module', 'search') . '/search.css', 'module', 'all', FALSE); + drupal_add_css(drupal_get_path('module', 'search') . '/search.css', array('preprocess' => FALSE)); if (!$action) { $action = url('search/' . $type); -- cgit v1.2.3