Index: spamspan.info
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/spamspan/spamspan.info,v
retrieving revision 1.2
diff -u -r1.2 spamspan.info
--- spamspan.info	17 Jan 2007 21:41:04 -0000	1.2
+++ spamspan.info	18 Mar 2008 10:23:15 -0000
@@ -1,4 +1,5 @@
 name = SpamSpan
 description = "The SpamSpan module obfuscates email addresses to help prevent spambots from collecting them.  It implements the technique at http://www.spamspan.com."
 package = "Input filters"
-dependencies = filter
+dependencies[] = filter
+core = 6.x
\ No newline at end of file
Index: spamspan.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/spamspan/spamspan.module,v
retrieving revision 1.7
diff -u -r1.7 spamspan.module
--- spamspan.module	17 Jan 2007 21:33:58 -0000	1.7
+++ spamspan.module	18 Mar 2008 10:29:45 -0000
@@ -110,10 +110,10 @@
 
 
 /**
- * Implementation of hook_footer().
+ * Implementation of hook_init().
  *
  */
-function spamspan_footer($main = 0) {
+function spamspan_init() {
 
 // Add the javascript to each page
 	drupal_add_js(drupal_get_path("module", "spamspan") . '/spamspan.compressed.js');
