form_set_value
Submitted by tao on Wed, 2008-07-16 16:19.
Just a reminder to myself: In Drupal 5, don’t try to modify $form_values in validation, even if it seems logical. Logic is just a trap. Put in the optional (aka secret) third parameter, and use form_set_value on it.