Index: book_access.module =================================================================== RCS file: /cvs/drupal-contrib/contributions/modules/book_access/book_access.module,v retrieving revision 1.15 diff -u -r1.15 book_access.module --- book_access.module 26 Jan 2009 05:56:15 -0000 1.15 +++ book_access.module 7 Feb 2009 00:47:46 -0000 @@ -193,7 +193,7 @@ // if no existing grants, use some safe defaults, only make sense for the // first time when new book created if (db_affected_rows($result) == 0) { - $view = array(1); + $view = array(1, 2); $update = array(); $delete = array(); }