Index: ahah_helper.module =================================================================== RCS file: /cvs/drupal/contributions/modules/ahah_helper/ahah_helper.module,v retrieving revision 1.3 diff -u -r1.3 ahah_helper.module --- ahah_helper.module 14 Feb 2009 15:48:36 -0000 1.3 +++ ahah_helper.module 23 Feb 2009 15:40:39 -0000 @@ -252,7 +252,7 @@ function _ahah_helper_disable_validation(&$form) { foreach (element_children($form) as $child) { $form[$child]['#validated'] = TRUE; - _ahah_helper_disable_validation(&$form[$child]); + _ahah_helper_disable_validation($form[$child]); } }