X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=ctdlphp%2Freadmsgs.php;h=1ea74c5ed1cb48bf6e2903b75ca1bc29c6646560;hb=fa2dd842abb5feedea3e2253255722fcaecc3c6f;hp=2c81dd41a3be20ae5baf6eb1992654da7ddf04ae;hpb=737366a9ee1d0a66622d51598f7d639c9edeb8b8;p=citadel.git diff --git a/ctdlphp/readmsgs.php b/ctdlphp/readmsgs.php index 2c81dd41a..1ea74c5ed 100644 --- a/ctdlphp/readmsgs.php +++ b/ctdlphp/readmsgs.php @@ -9,7 +9,7 @@ echo "response: " . htmlspecialchars($response) . "
\n" ; if ($num_msgs > 0) foreach ($msgs as $msgnum) { - echo $msgnum . ", " ; + display_message($msgnum); } ?>