From cb3cde8be11bd1d54bdbb323b72919072f2cb930 Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Wed, 15 Apr 2009 23:49:08 +0000 Subject: #372563 by cytefx: Rename drupal_set_html_head() to drupal_ADD_html_head() which actually describes what it does. --- modules/system/system.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/system/system.module') diff --git a/modules/system/system.module b/modules/system/system.module index 62d99c1ad..7783c240a 100644 --- a/modules/system/system.module +++ b/modules/system/system.module @@ -2308,7 +2308,7 @@ function theme_system_compact_link() { * @ingroup themeable */ function theme_meta_generator_html($version = VERSION) { - drupal_set_html_head(''); + drupal_add_html_head(''); } /** -- cgit v1.2.3