no comment

3-00
Dries Buytaert 2000-09-26 12:49:13 +00:00
parent b48c22596b
commit 24e81c0fd2
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ function FixQuotes ($what = "") {
function check($message) {
include "config.inc";
return nl2br(strip_tags(stripslashes($message, $allowed_html)));
return nl2br(strip_tags(stripslashes($message), $allowed_html));
}
function discussion_num_replies($id, $count = 0) {