From 7cc7b405e323f36037dab894b69d6fd739915d5d Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sun, 21 Jan 2001 09:26:06 +0000 Subject: - fixed some bugs in the new comment/discussion code and added a few enhancements --- account.php | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) (limited to 'account.php') diff --git a/account.php b/account.php index 39b2fa074..aaa4cb597 100644 --- a/account.php +++ b/account.php @@ -169,16 +169,12 @@ function account_site_edit() { } $output .= "Comment sort order:
\n"; $output .= "

\n"; - $options = ""; - $options .= ""; - $options .= ""; - $options .= ""; - $options .= ""; - $options .= ""; - $options .= ""; - $output .= "Comment threshold:
\n"; - $output .= "
\n"; - $output .= "Comments that scored less than this setting will be ignored. Anonymous comments start at 0, comments of people logged on start at 1 and moderators can add and subtract points.

\n"; + for ($i = -1; $i < 6; $i++) { + $options6 .= " "; + } + $output .= "Comment filter:
\n"; + $output .= "
\n"; + $output .= "Comments that scored less than this threshold setting will be ignored. Anonymous comments start at 0, comments of people logged on start at 1 and moderators can add and subtract points.

\n"; $output .= "
\n"; $output .= "\n"; -- cgit v1.2.3