/**
 * Implementation of hook_disable().
 *
 * Notify content module when this module is disabled.
 */
function zicode_disable() {
  drupal_load('module', 'content');
  content_notify('disable', 'zipcode');
}

Should it be "function zicode_disable()" or "function zipcode_disable()"
As a newbie, I hope I'm not wasting anybody's time!

BTW: Drupal rocks!

Comments

thierry_gd’s picture

Status: Active » Fixed

taken into account in 6.2.5 version

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.