form_set_value

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.