diff --git modules/book/book.module modules/book/book.module index 69bbdda..453bc01 100644 --- modules/book/book.module +++ modules/book/book.module @@ -397,9 +397,6 @@ function book_get_books() { * Implements hook_form_alter(). * * Adds the book fieldset to the node form. - * - * @see book_pick_book_submit() - * @see book_submit() */ function book_form_alter(&$form, &$form_state, $form_id) { if (!empty($form['#node_edit_form'])) {