Closed (won't fix)
Project:
Coder
Version:
5.x-2.6
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
2 Oct 2007 at 15:09 UTC
Updated:
24 Aug 2012 at 13:29 UTC
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
Comment #1
stella commentedDrupal 5 version is no longer supported, closing.