Page Chapter 3. Module-Specific Settings, Page 31
Sun, 04/29/2007 - 5:47am — dshaw
Location on the page:
Last line of second paragraph.
Error:
Refers to "menu.module" without its full relative path, unlike "menu.inc" which is referred to as "includes/menu.inc" on the previous line (ie. with its full relative path).
Correction:
Replace "menu.module" with "modules/menu/menu.module".
Description of the Error:
Small omission.
