summaryrefslogtreecommitdiff
path: root/modules/book
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2010-06-26 12:42:47 +0000
committerDries Buytaert <dries@buytaert.net>2010-06-26 12:42:47 +0000
commit33e814ca7716d969764a5e24f6f25936c74359b9 (patch)
treeef279219745b4595092afd33ae0d4c946550383e /modules/book
parent11d7b4d9b15a3e48dba5d6322f4758614e24434c (diff)
downloadbrdo-33e814ca7716d969764a5e24f6f25936c74359b9.tar.gz
brdo-33e814ca7716d969764a5e24f6f25936c74359b9.tar.bz2
- Patch #235684 by dereine: reference to missing functions (book_pick_book_submit().
Diffstat (limited to 'modules/book')
-rw-r--r--modules/book/book.module3
1 files changed, 0 insertions, 3 deletions
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'])) {