Closed (fixed)
Project:
Documentation
Component:
Misc
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
26 Aug 2006 at 12:56 UTC
Updated:
2 Dec 2006 at 05:45 UTC
http://api.drupal.org/api/head/function/hook_form has a typo 'textatea' in the sample code:
$form['body'] = array(
'#type' => 'textatea',
'#title' => check_plain($type->body_label),
'#rows' => 20,
'#required' => TRUE,
);
Comments
Comment #1
lyricnz commentedFixed
Comment #2
(not verified) commented