You are here

function book_access_update_1 in Book access 5

Implements hook_update_N().

File

./book_access.install, line 59

Code

function book_access_update_1() {
  $ret = array();
  $ret[] = update_sql("UPDATE {system} SET weight = 2 WHERE name = 'book_access'");
  return $ret;
}