* Minor code cleanups
[citadel.git] / ctdlphp / logout.php
index 66eb5c8905966bcf0d74b81fc2e32f735e428f55..c338b77c1f0aff306e0371c03bfa974c9eda90d7 100644 (file)
@@ -12,7 +12,7 @@
 
        bbs_page_header();
 
-       ctdl_mesg("goodbye");
+       echo ctdl_mesg("goodbye");
 
        echo "<a href=\"index.php\">Log in again</a><BR>\n" ;