summaryrefslogtreecommitdiff
path: root/modules/book.module
diff options
context:
space:
mode:
Diffstat (limited to 'modules/book.module')
-rw-r--r--modules/book.module6
1 files changed, 6 insertions, 0 deletions
diff --git a/modules/book.module b/modules/book.module
index 925261196..055b3681e 100644
--- a/modules/book.module
+++ b/modules/book.module
@@ -170,6 +170,12 @@ function book_delete(&$node) {
function book_form(&$node, &$help, &$error) {
global $user, $op;
+ if (!$node->status) {
+ $node->status = 1;
+ $node->moderate = 1;
+ $node->comment = 2;
+ }
+
$output .= form_select(t("Parent"), "parent", $node->parent, book_toc(), t("The parent subject or category the page belongs in."));
if ($node->format) {