This repository has been archived on 2025-06-21. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
suitedesk/modules/storm/stormproject_clone/stormproject_clone.install

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'");
}