missing _system hook

module has no description, and doesn't appear in admin menu as result.

to correct this, add this function to quotes.module


function quotes_system($field) {
  $system["description"] = "a simple quotes module";
  return $system[$field];
}


Comments

jhriggs’s picture

Assigned: Unassigned » jhriggs

This module is designed for Drupal 4.3.0 which no longer uses the _system() hook.