You are here

function context_prefix_update_1 in Context 5

File

context_prefix/context_prefix.install, line 18

Code

function context_prefix_update_1() {
  $items = array();
  $items[] = update_sql("UPDATE {system} SET weight = -20 WHERE name = 'context_prefix'");
  return $items;
}