Index: modr8.module
===================================================================
RCS file: /cvs/drupal/contributions/modules/modr8/modr8.module,v
retrieving revision 1.5.2.12
diff -u -p -r1.5.2.12 modr8.module
--- modr8.module	16 Aug 2007 02:58:04 -0000	1.5.2.12
+++ modr8.module	1 Apr 2008 21:10:32 -0000
@@ -284,7 +284,11 @@ function theme_modr8_message($teaser = F
   else {
     switch ($op) {
       case 'view':
-        drupal_set_message(t("The post has been submitted for moderation and won't be listed publicly until it has been approved."), 'error');
+        static $messaged;
+        if (!$messaged) {
+          drupal_set_message(t("The post has been submitted for moderation and won't be listed publicly until it has been approved."), 'error');
+        }
+        $messaged = true;
         break;
       case 'node_form':
         drupal_set_message(t('This %type will be submitted for moderation and will not be accessible to other users until it has been approved.', array('%type' => node_get_types('name', $nodetype))));
