#977560 by joachim: Fix doc typo.

merge-requests/26/head
Angie Byron 2010-12-18 06:29:46 +00:00
parent 51118f3fb4
commit 7eb6f7cb44
1 changed files with 1 additions and 1 deletions

View File

@ -1641,7 +1641,7 @@ function form_error(&$element, $message = '') {
* This is most commonly implemented with a submit handler setting persistent
* data within $form_state based on *validated* values in
* $form_state['values'] and setting $form_state['rebuild']. The form building
* functions must then be implmented to use the $form_state data to rebuild
* functions must then be implemented to use the $form_state data to rebuild
* the form with the structure appropriate for the new state.
* - Where user input must affect the rendering of the form without affecting
* its structure, the necessary conditional rendering logic should reside