/[drupal]/contributions/modules/rules/rules_forms/rules_forms.module
ViewVC logotype

Diff of /contributions/modules/rules/rules_forms/rules_forms.module

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

revision 1.1.2.4, Wed Aug 19 11:20:17 2009 UTC revision 1.1.2.5, Tue Sep 1 20:32:56 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: rules_forms.module,v 1.1.2.3 2009/08/12 14:49:51 klausi Exp $  // $Id: rules_forms.module,v 1.1.2.4 2009/08/19 11:20:17 fago Exp $
3    
4    
5  /**  /**
# Line 165  function rules_forms_rules_import(&$rule Line 165  function rules_forms_rules_import(&$rule
165      }      }
166    }    }
167  }  }
168    
169    /**
170     * Form after build handler to include *.rules.inc files that are needed for
171     * other after build handlers. This is necessary because forms get cached and
172     * required includes may not be available anymore.
173     */
174    function rules_forms_include_after_build($form, &$form_state) {
175      rules_include('rules');
176      return $form;
177    }

Legend:
Removed from v.1.1.2.4  
changed lines
  Added in v.1.1.2.5

  ViewVC Help
Powered by ViewVC 1.1.2