You are here

function date_copy_install in Date 5.2

Same name and namespace in other branches
  1. 6 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'");
}