diff options
author | Dries Buytaert <dries@buytaert.net> | 2000-09-26 12:49:13 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2000-09-26 12:49:13 +0000 |
commit | 24e81c0fd24f543dee0c05c55eef1c871387e4c1 (patch) | |
tree | 1eb43aeb08aa33a9a4452c98a7f294940591236a | |
parent | b48c22596b86076d96b906041359c0e9cfac3092 (diff) | |
download | brdo-24e81c0fd24f543dee0c05c55eef1c871387e4c1.tar.gz brdo-24e81c0fd24f543dee0c05c55eef1c871387e4c1.tar.bz2 |
no comment
-rw-r--r-- | function.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/function.inc b/function.inc index 4caf5391c..fc60d9ef7 100644 --- a/function.inc +++ b/function.inc @@ -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) { |