From 460f0e54dfbf76abad5586b87f28bb0f5e044e33 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Fri, 22 Feb 2002 19:44:22 +0000 Subject: - Added documentation contributed by Moshe. --- modules/system/system.module | 1 - 1 file changed, 1 deletion(-) (limited to 'modules/system/system.module') diff --git a/modules/system/system.module b/modules/system/system.module index 47c92862e..c4a2bfb31 100644 --- a/modules/system/system.module +++ b/modules/system/system.module @@ -69,7 +69,6 @@ function system_view_options() { $output .= form_select("Default display mode", "default_comment_mode", $conf[default_comment_mode], $cmodes, "The default mode in which comments are displayed."); $output .= form_select("Default display order", "default_comment_order", $conf[default_comment_order], $corder, "The default order in which comments are displayed."); for ($count = -1; $count < 6; $count++) $threshold[$count] = "Filter - $count"; - $output .= form_select("Default filter threshold", "default_comment_threshold", $conf[default_comment_threshold], $threshold, "The default threshold used to filter comments."); $output .= "
\n"; // layout settings: -- cgit v1.2.3