? rules_php53fixes.patch Index: rules_admin/rules_admin.rule_forms.inc =================================================================== RCS file: /cvs/drupal-contrib/contributions/modules/rules/rules_admin/Attic/rules_admin.rule_forms.inc,v retrieving revision 1.1.2.8 diff -u -p -r1.1.2.8 rules_admin.rule_forms.inc --- rules_admin/rules_admin.rule_forms.inc 19 Apr 2009 21:21:31 -0000 1.1.2.8 +++ rules_admin/rules_admin.rule_forms.inc 19 Feb 2010 23:48:14 -0000 @@ -404,7 +404,7 @@ function rules_admin_form_unpack_storage * * @param $id The id of the the element where the condition / action is to be added */ -function rules_admin_form_edit(&$form_state, &$proxy, $element) { +function rules_admin_form_edit(&$form_state, $proxy, $element) { if (!isset($form_state['element'])) { //initial step! $form_state += array('element' => $element, 'step' => 1);