From 0c64b251c4f3e00cfaac68abd9ecd94c9a4ccd13 Mon Sep 17 00:00:00 2001 From: Neil Drumm Date: Thu, 17 Aug 2006 09:08:16 +0000 Subject: #39124 by dww. Don't default the log message to the last log message. --- modules/book/book.module | 2 -- 1 file changed, 2 deletions(-) (limited to 'modules') 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.'), ); -- cgit v1.2.3