function book_access_update_6200 in Book access 6.2
Implements hook_update_N().
File
- ./
book_access.install, line 246
Code
function book_access_update_6200() {
$ret[] = update_sql("UPDATE {system} SET weight = 2 WHERE name = 'book_access'");
return $ret;
}