Page Chapter 4. The Menu System, Page 44
Thu, 08/16/2007 - 3:08pm — voidengine
Location on the page:
Code example
Error:
module_exist('devel')
Correction:
module_exists('devel')
Description of the Error:
typo: function name
