Index: book.module =================================================================== RCS file: /cvs/drupal/drupal/modules/book/book.module,v retrieving revision 1.401 diff -u -p -r1.401 book.module --- book.module 24 Nov 2006 10:18:22 -0000 1.401 +++ book.module 26 Nov 2006 11:31:33 -0000 @@ -63,7 +63,7 @@ function book_link($type, $node = NULL, if ($type == 'node' && isset($node->parent)) { if (!$teaser) { - if (book_access('create', $node)) { + if (book_access('create', $node) && $node->status == 1) { $links['book_add_child'] = array( 'title' => t('Add child page'), 'href' => "node/add/book/parent/$node->nid"