summaryrefslogtreecommitdiff
path: root/modules/book/book.module
diff options
context:
space:
mode:
authorNeil Drumm <drumm@3064.no-reply.drupal.org>2006-11-16 21:14:44 +0000
committerNeil Drumm <drumm@3064.no-reply.drupal.org>2006-11-16 21:14:44 +0000
commit1237159381d405b44c503691c591c4d9ca483b7f (patch)
tree6bd0eb8c57c098ad3d1aa368128044bc0b298c99 /modules/book/book.module
parentb4faaa3cad4728f75b9f3a4329cf4385130739e5 (diff)
downloadbrdo-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.module7
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'),