From 60352821bfd61c266c6cda5f797cc7036a9499d2 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Tue, 7 Dec 2004 16:55:38 +0000 Subject: - Refactored the queue module: removed the queue module's field from the node table. With help from Gerhard. - Slight addition to INSTALL.txt with regard to PHP versions. - Updated/reworded some node type descriptions as per Boris' suggestions. - Adding missing {} around a table name in update.php. --- modules/comment.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/comment.module') diff --git a/modules/comment.module b/modules/comment.module index 5727b728a..b2c523ccd 100644 --- a/modules/comment.module +++ b/modules/comment.module @@ -625,7 +625,7 @@ function comment_post($edit) { // Clear the cache so an anonymous user can see his comment being added. cache_clear_all(); - // Explain the moderation queue if necessary, and then + // Explain the approval queue if necessary, and then // redirect the user to the node he's commenting on. if ($status == 1) { drupal_set_message(t('Your comment has been queued for moderation by site administrators and will be published after approval.')); -- cgit v1.2.3