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