hook_settings doesn't exist in D5, so this comment is wrong:
/**
* Implementation of hook_settings().
*/
It's now simply a menu callback.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | menucallback.patch | 546 bytes | robloach |
hook_settings doesn't exist in D5, so this comment is wrong:
/**
* Implementation of hook_settings().
*/
It's now simply a menu callback.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | menucallback.patch | 546 bytes | robloach |
Comments
Comment #1
robloachThis is actually a documentation error as it's just the menu callback for the administration settings.
Comment #2
TheCrow commented@joachim, @Rob
Thank you for the report and for the patch :))