date_repeat.install in Date 6
File
date_repeat/date_repeat.installView source
<?php
/**
* Implementation of hook_install().
*/
function date_repeat_install() {
// Make sure this module loads after date_api.
db_query("UPDATE {system} SET weight = 1 WHERE name = 'date_repeat'");
}
function date_repeat_uninstall() {
}
function date_repeat_enable() {
}
function date_repeat_disable() {
}
Functions
Name | Description |
---|---|
date_repeat_disable | |
date_repeat_enable | |
date_repeat_install | Implementation of hook_install(). |
date_repeat_uninstall |