* Added ctdlelements.php ... this is to be used for functions which fetch
[citadel.git] / ctdlphp / readmsgs.php
index 2c81dd41a3be20ae5baf6eb1992654da7ddf04ae..1ea74c5ed1cb48bf6e2903b75ca1bc29c6646560 100644 (file)
@@ -9,7 +9,7 @@
        echo "response: " . htmlspecialchars($response) . "<BR>\n" ;
 
         if ($num_msgs > 0) foreach ($msgs as $msgnum) {
-               echo $msgnum . ", " ;
+               display_message($msgnum);
        }
 
 ?>