Index: elf/elf.module
===================================================================
--- elf/elf.module	(revision 2233)
+++ elf/elf.module	(working copy)
@@ -17,9 +17,9 @@
 }
 
 /**
- * Implementation of hook_boot().
+ * Implementation of hook_init().
  */
-function elf_boot() {
+function elf_init() {
   if (variable_get('elf_css', TRUE)) {
     require_once('includes/common.inc');
     $path = drupal_get_path('module', 'elf');
