function trim_form_values in Trim 7
Same name and namespace in other branches
- 8 trim.module \trim_form_values()
Validation callback function. Trim the values of the form.
1 string reference to 'trim_form_values'
- trim_form_alter in ./
trim.module - Implements hook_form_alter().
File
- ./
trim.module, line 22
Code
function trim_form_values($form, &$form_state) {
trim_array_values($form_state['values']);
}