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

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

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

revision 1.1, Thu Sep 3 11:25:28 2009 UTC revision 1.1.2.1, Thu Sep 3 11:25:28 2009 UTC
# Line 0  Line 1 
1    <?php
2    // $Id$
3    
4    
5    /**
6     * @file
7     * Rules Forms - Installation file.
8     */
9    
10    /**
11     * Implementation of hook_install().
12     */
13    function rules_forms_install() {
14      // Set the modules' weight to 20, because we want it to be the last one using
15      // hook_form_alter().
16      db_query("UPDATE {system} SET weight = 20 WHERE name = 'rules_forms'");
17    }

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.1.2.1

  ViewVC Help
Powered by ViewVC 1.1.2