From 9700fa0c0b8bfa64aefcdaef75f64e306d2a4995 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Mon, 7 Aug 2006 19:29:38 +0000 Subject: - Patch #72343 by dww: removed stray status message. --- modules/book/book.module | 4 ---- 1 file changed, 4 deletions(-) (limited to 'modules') diff --git a/modules/book/book.module b/modules/book/book.module index 003a0360d..f389b4f7e 100644 --- a/modules/book/book.module +++ b/modules/book/book.module @@ -460,10 +460,6 @@ function book_nodeapi(&$node, $op, $teaser, $page) { if (!$teaser) { $book = db_fetch_array(db_query('SELECT * FROM {book} WHERE vid = %d', $node->vid)); if ($book) { - if (user_access('administer nodes')) { - drupal_set_message(t("The post has been submitted for moderation and won't be accessible until it has been approved.")); - } - foreach ($book as $key => $value) { $node->$key = $value; } -- cgit v1.2.3