Drupal 5 update: hook_info uses 'module' instead of 'base'
Bèr Kessels - May 17, 2007 - 19:47
| Project: | Feedparser |
| Version: | 5.x-1.x-dev |
| Component: | feedaggregator_node |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Description
This patch fixes that, and also adds a description (introduced in DPL5) namespace to that hook.
| Attachment | Size |
|---|---|
| feedparser_node_hook_info.patch | 797 bytes |

#1
Updated patch that removes the now obsolete switch from hook_help too.
#2
Updated patch, uses an underscore _ instead of a dash -. Undocumented 'issue'.
#3
Committed changes, although the hook_help() is no long needed at all - as the module description is in the .info file - so i deleted the hook.
#4