You are here

function book_access_update_6203 in Book access 6.2

Implements hook_update_N().

File

./book_access.install, line 310

Code

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