Page Chapter 3. Module-Specific Settings, Page 27
Fri, 06/22/2007 - 4:08pm — zensane
Location on the page:
Top of page, end of $form code block
Error:
'#size' => 3
Correction:
'#size' => 3,
Description of the Error:
To adhere to Drupal coding standards, the last array element should be followed by a comma.
[That's true throughout the book. See my post here.]
