Closed (fixed)
Project:
Auto Assign Role
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
28 Nov 2008 at 15:57 UTC
Updated:
1 Sep 2009 at 19:40 UTC
Hey :)
There's several places in the code where $form_values is used. This is deprecated as of D6, and should be replaced with &$form_state.
This is certainly the case in all validate and submit functions. See http://api.drupal.org/api/function/block_add_block_form_submit/6 for an example.
Hope that helps,
Nik
Comments
Comment #1
cyberswat commented:P This is in the dev branch