Closed (fixed)
Project:
Coder
Version:
6.x-1.x-dev
Component:
Review/Rules
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
30 Aug 2008 at 21:21 UTC
Updated:
14 Sep 2008 at 11:23 UTC
array(
'#type' => 'regex',
'#function' => '_confirm_submit$',
'#value' => 'return [\'"]',
'#warning' => 'in confirm_submit, use $form_state[\'redirect\'] instead of return (remember to change function prototype to use &$form_state) ',
),
array(
'#type' => 'regex',
'#function' => '_confirm_submit$',
'#value' => 'return [\'"]',
'#warning' => 'in confirm_form, use $form_state[\'redirect\'] instead of return (remember to change function prototype to use &$form_state) ',
),
Comments
Comment #1
douggreen commentedComment #2
stella commentedThat's a bug, the second one should be removed.
Comment #3
stella commentedFixed and committed.
Cheers,
Stella
Comment #4
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.