--- modules/codefilter/codefilter.module	Thu Dec 28 22:49:07 2006
+++ modules/codefilter/codefilterNew.module	Wed Nov 28 19:32:00 2007
@@ -14,12 +14,10 @@ function codefilter_filter_tips($delta, 
 }
 
 /**
- * Implementation of hook_menu()
+ * Implementation of hook_init()
  */
-function codefilter_menu($may_cache) {
-  if (!$may_cache) {
-    drupal_add_css(drupal_get_path('module', 'codefilter') . '/codefilter.css');
-  }
+function codefilter_init() {
+  drupal_add_css(drupal_get_path('module', 'codefilter') . '/codefilter.css', 'module', 'all', FALSE);
 }
 
 /**

--- modules/codefilter/codefilter.info	Sat Mar 31 01:06:12 2007
+++ modules/codefilter/codefilterNew.info	Wed Nov 28 19:53:09 2007
@@ -1,6 +1,7 @@
 ; $Id: codefilter.info,v 1.2.2.2 2006/12/27 13:23:38 unconed Exp $
 name = Code Filter
 description = Provides tags for automatically escaping and formatting large pieces of code.
+core = 6.x
 
 ; Information added by drupal.org packaging script on 2007-03-31
 version = "5.x-1.x-dev"
