Page Chapter 4. The Menu System, Page 39
Thu, 03/29/2007 - 6:09pm — mathias
Location on the page:
Last line of the page
Error:
'access' => user_access('receive greeting') // Returns TRUE or FALSE.
Correction:
'access' => user_access('receive greeting'), // Returns TRUE or FALSE.
Description of the Error:
To adhere to Drupal coding standards, the last array element should be followed by a comma.
