X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=ctdlphp%2Freadmsgs.php;h=1ea74c5ed1cb48bf6e2903b75ca1bc29c6646560;hb=94912e04015f434aa68951d24a34a078771a8384;hp=2c81dd41a3be20ae5baf6eb1992654da7ddf04ae;hpb=e21175043e29f75de830b3dbef853ba7398dd658;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); } ?>