Index: station_archive.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/station/archive/station_archive.module,v
retrieving revision 1.25
diff -u -r1.25 station_archive.module
--- station_archive.module	12 Aug 2007 23:46:19 -0000	1.25
+++ station_archive.module	13 Aug 2007 16:07:02 -0000
@@ -684,10 +684,11 @@
 }
 
 /**
- * Implementation of hook_taxonomy(). Delete our vocabulary variable if the
- * vocabulary is deleted.
+ * Implementation of hook_taxonomy().
+ * 
+ * Delete our vocabulary variable if the vocabulary is deleted.
  */
-function station_archive($op, $type, $object = NULL) {
+function station_archive_taxonomy($op, $type, $object = NULL) {
   if ($op == 'delete' && $type == 'vocabulary' && $object->vid == _station_archive_get_vid())  {
     variable_del('station_archive_vid');
   }
