function date_copy_install in Date 6
Same name and namespace in other branches
- 5.2 date_copy/date_copy.install \date_copy_install()
Implementation of hook_install().
File
- date_copy/
date_copy.install, line 6
Code
function date_copy_install() {
// Make sure this module loads after date_api.
db_query("UPDATE {system} SET weight = 1 WHERE name = 'date_copy'");
}