You are here

date_repeat.install in Date 5.2

File

date_repeat/date_repeat.install
View 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() {
}