Parent Directory
|
Revision Log
|
Revision Graph
|
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 | } |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |