summaryrefslogtreecommitdiff
path: root/account.php
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2000-06-22 20:18:51 +0000
committerDries Buytaert <dries@buytaert.net>2000-06-22 20:18:51 +0000
commit3e4e873f211b94c15516a462ea30cdb0af4b6bdd (patch)
tree11c13719fca5af6907de9b72877733a0254bf639 /account.php
parentf0f1f9638e399565d97a413e43552f207a43527a (diff)
downloadbrdo-3e4e873f211b94c15516a462ea30cdb0af4b6bdd.tar.gz
brdo-3e4e873f211b94c15516a462ea30cdb0af4b6bdd.tar.bz2
* A fix related to the comment system - one of the settings is now
truncated.
Diffstat (limited to 'account.php')
-rw-r--r--account.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/account.php b/account.php
index 84fc24875..f94bc01cd 100644
--- a/account.php
+++ b/account.php
@@ -208,7 +208,6 @@ switch ($op) {
$output .= "<I>Changes the look and feel of the site.</I><P>\n";
$output .= "<B>Maximum number of stories:</B><BR>\n";
$output .= "<INPUT NAME=\"edit[storynum]\" MAXLENGTH=3 SIZE=3 VALUE=\"$user->storynum\"><P>\n";
- $options = "<OPTION VALUE=\"nocomments\"". ($user->umode == 'nocomments' ? " SELECTED" : "") .">No comments</OPTION>";
$options .= "<OPTION VALUE=\"nested\"". ($user->umode == 'nested' ? " SELECTED" : "") .">Nested</OPTION>";
$options .= "<OPTION VALUE=\"flat\"". ($user->umode == 'flat' ? " SELECTED" : "") .">Flat</OPTION>";
$options .= "<OPTION VALUE=\"threaded\"". ($user->umode == 'threaded' ? " SELECTED" : "") .">Threaded</OPTION>";