You are here

function panels_page_update_5000 in Panels 5.2

File

panels_page/panels_page.install, line 13

Code

function panels_page_update_5000() {
  $ret = array();
  $ret[] = update_sql("UPDATE {system} SET weight = 10 WHERE name = 'panels_page'");
  return $ret;
}