10 lines
199 B
Text
10 lines
199 B
Text
<?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'");
|
|
}
|