You are here

function panels_page_install in Panels 5.2

Same name and namespace in other branches
  1. 6.2 panels_page/panels_page.install \panels_page_install()

Implementation of hook_install()

Note that the panels page tables are largely owned by panels.module

File

panels_page/panels_page.install, line 9

Code

function panels_page_install() {
  db_query("UPDATE {system} SET weight = 10 WHERE name = 'panels_page'");
}