Another big chunk of changes to options pages.
[squirrelmail.git] / functions / display_messages.php
index 54e9b24329ab3b81675c606c5dfb4c899b05ed8a..7c787d3bc283345833de9c0fc5af6e8852c0231b 100644 (file)
@@ -8,7 +8,9 @@
     ** $Id$
     **/
 
-    $display_messages_php = true;
+    if (defined ('display_messages_php'))
+       return; 
+    define ('display_messages_php', true); 
 
     function error_username_password_incorrect($color) {
       echo '<BR>';
@@ -84,4 +86,4 @@
       echo '   </TD></TR>';
       echo '</TABLE>';
     }
-?>
+?>
\ No newline at end of file