no comment
parent
b48c22596b
commit
24e81c0fd2
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue