/[drupal]/contributions/modules/rules/rules_admin/rules_admin.rule_forms.inc
ViewVC logotype

Diff of /contributions/modules/rules/rules_admin/rules_admin.rule_forms.inc

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.1.2.8, Sun Apr 19 21:21:31 2009 UTC revision 1.1.2.9, Mon Nov 2 13:34:46 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: rules_admin.rule_forms.inc,v 1.1.2.7 2009/04/19 15:03:43 fago Exp $  // $Id: rules_admin.rule_forms.inc,v 1.1.2.8 2009/04/19 21:21:31 fago Exp $
3    
4    
5  /**  /**
# Line 404  function rules_admin_form_unpack_storage Line 404  function rules_admin_form_unpack_storage
404   *   *
405   * @param $id The id of the the element where the condition / action is to be added   * @param $id The id of the the element where the condition / action is to be added
406   */   */
407  function rules_admin_form_edit(&$form_state, &$proxy, $element) {  function rules_admin_form_edit(&$form_state, $proxy, $element) {
408    if (!isset($form_state['element'])) {    if (!isset($form_state['element'])) {
409      //initial step!      //initial step!
410      $form_state += array('element' => $element, 'step' => 1);      $form_state += array('element' => $element, 'step' => 1);

Legend:
Removed from v.1.1.2.8  
changed lines
  Added in v.1.1.2.9

  ViewVC Help
Powered by ViewVC 1.1.2