Posted by NancyDru on October 2, 2007 at 3:09pm
| Project: | Coder |
| Version: | 5.x-2.6 |
| Component: | Code |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
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.