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
Comment #1
jhriggs commentedThis module is designed for Drupal 4.3.0 which no longer uses the _system() hook.