From 33e814ca7716d969764a5e24f6f25936c74359b9 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sat, 26 Jun 2010 12:42:47 +0000 Subject: - Patch #235684 by dereine: reference to missing functions (book_pick_book_submit(). --- modules/book/book.module | 3 --- 1 file changed, 3 deletions(-) (limited to 'modules/book') diff --git a/modules/book/book.module b/modules/book/book.module index 1351fb625..9c8cd6815 100644 --- a/modules/book/book.module +++ b/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'])) { -- cgit v1.2.3