Now all modules are in core modules folder
This commit is contained in:
parent
5ba1cdfa0b
commit
05b6a91b0c
1907 changed files with 0 additions and 0 deletions
10
modules/storm/stormproject_clone/stormproject_clone.install
Normal file
10
modules/storm/stormproject_clone/stormproject_clone.install
Normal file
|
@ -0,0 +1,10 @@
|
|||
<?php
|
||||
|
||||
/**
|
||||
* @file
|
||||
*/
|
||||
|
||||
function stormproject_clone_install() {
|
||||
// Our module should run after any book modules:
|
||||
db_query("UPDATE {system} SET weight = 15 WHERE name = 'stormproject_clone'");
|
||||
}
|
Reference in a new issue