I'm not sure if this is a bug or if it's considered acceptable practice (it is not to me). I found the following code in a module that I'm getting ready to use. The hook_form_submit is coded without the calling parameters, but uses a global instead.

function weblinks_filter_form_submit() {
global $form_values;

If this is something that should be fixed, feel free to change it to a bug report.

Comments

stella’s picture

Status: Active » Closed (won't fix)

Drupal 5 version is no longer supported, closing.