You are here

function panels_update_5210 in Panels 5.2

Same name and namespace in other branches
  1. 6.3 panels.install \panels_update_5210()

File

./panels.install, line 435

Code

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