diff options
Diffstat (limited to 'modules/headline.module')
-rw-r--r-- | modules/headline.module | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/modules/headline.module b/modules/headline.module index ac216c53c..91425e3fb 100644 --- a/modules/headline.module +++ b/modules/headline.module @@ -1,13 +1,5 @@ <?php -$module = array("page" => "headline_page", - "cron" => "headline_cron", - "help" => "headline_help", - "block" => "headline_block", - "admin" => "headline_admin", - "export" => "headline_export"); - -include_once "includes/common.inc"; include_once "modules/backend.class"; function headline_blocks() { @@ -151,8 +143,7 @@ function headline_admin_add() { } function headline_admin_rehash() { - global $repository; - module_rehash_blocks("headline", $repository["headline"]); + module_rehash_blocks("headline"); } function headline_admin() { |