You are here

function content_type_overview_install in Content type overview 6

Same name and namespace in other branches
  1. 7 content_type_overview.install \content_type_overview_install()

Implementation of hook_install().

File

./content_type_overview.install, line 6

Code

function content_type_overview_install() {
  db_query("UPDATE {system} SET weight = 99 WHERE name = 'content_type_overview'");
}