summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--modules/book/book.module2
1 files changed, 0 insertions, 2 deletions
diff --git a/modules/book/book.module b/modules/book/book.module
index 51b906f4e..87214754f 100644
--- a/modules/book/book.module
+++ b/modules/book/book.module
@@ -261,7 +261,6 @@ function book_form(&$node) {
$form['log'] = array(
'#type' => 'textarea',
'#title' => t('Log message'),
- '#default_value' => $node->log,
'#weight' => 5,
'#description' => t('An explanation of the additions or updates being made to help other authors understand your motivations.'),
);
@@ -306,7 +305,6 @@ function book_outline($nid) {
);
$form['log'] = array('#type' => 'textarea',
'#title' => t('Log message'),
- '#default_value' => $node->log,
'#description' => t('An explanation to help other authors understand your motivations to put this post into the book.'),
);