diff options
author | Neil Drumm <drumm@3064.no-reply.drupal.org> | 2006-11-16 21:14:44 +0000 |
---|---|---|
committer | Neil Drumm <drumm@3064.no-reply.drupal.org> | 2006-11-16 21:14:44 +0000 |
commit | 1237159381d405b44c503691c591c4d9ca483b7f (patch) | |
tree | 6bd0eb8c57c098ad3d1aa368128044bc0b298c99 /modules/book/book.module | |
parent | b4faaa3cad4728f75b9f3a4329cf4385130739e5 (diff) | |
download | brdo-1237159381d405b44c503691c591c4d9ca483b7f.tar.gz brdo-1237159381d405b44c503691c591c4d9ca483b7f.tar.bz2 |
#87474 by webernet. Move the log message field from book to node module.
Diffstat (limited to 'modules/book/book.module')
-rw-r--r-- | modules/book/book.module | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/modules/book/book.module b/modules/book/book.module index a2281ff4e..cf53e2f0a 100644 --- a/modules/book/book.module +++ b/modules/book/book.module @@ -232,13 +232,6 @@ function book_form(&$node) { ); $form['body_filter']['format'] = filter_form($node->format); - $form['log'] = array( - '#type' => 'textarea', - '#title' => t('Log message'), - '#weight' => 5, - '#description' => t('An explanation of the additions or updates being made to help other authors understand your motivations.'), - ); - if (user_access('administer nodes')) { $form['weight'] = array('#type' => 'weight', '#title' => t('Weight'), |