You are here

function book_access_update_6103 in Book access 6

Implements hook_update_N().

File

./book_access.install, line 190

Code

function book_access_update_6103() {
  $ret = array();
  $ret[] = update_sql("UPDATE {node_access} SET realm = 'book_access_role' WHERE realm = 'book_access'");
  return $ret;
}