Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
24e81c0f
Commit
24e81c0f
authored
Sep 26, 2000
by
Dries
Browse files
no comment
parent
b48c2259
Changes
1
Show whitespace changes
Inline
Side-by-side
function.inc
View file @
24e81c0f
...
...
@@ -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
)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment