summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2001-01-23 12:03:15 +0000
committerDries Buytaert <dries@buytaert.net>2001-01-23 12:03:15 +0000
commit0b9b32587300130ff04a0606be7656c370252ab6 (patch)
treeaff169090ad73ee476bd125a6922181786093767
parent18f8246fd90777ba9cec3c92d4e3e210b2c6f202 (diff)
downloadbrdo-0b9b32587300130ff04a0606be7656c370252ab6.tar.gz
brdo-0b9b32587300130ff04a0606be7656c370252ab6.tar.bz2
- fixed bug in database.mysql
- removed redundant options from hostname.conf
-rw-r--r--database/database.mysql2
-rw-r--r--includes/hostname.conf10
2 files changed, 1 insertions, 11 deletions
diff --git a/database/database.mysql b/database/database.mysql
index 7816f7989..e11bf1e57 100644
--- a/database/database.mysql
+++ b/database/database.mysql
@@ -66,7 +66,7 @@ CREATE TABLE comments (
cid int(6) DEFAULT '0' NOT NULL auto_increment,
pid int(6) DEFAULT '0' NOT NULL,
lid int(6) DEFAULT '0' NOT NULL,
- link varchar(16) DEFAULT '' NOT NULL;
+ link varchar(16) DEFAULT '' NOT NULL,
author int(6) DEFAULT '0' NOT NULL,
subject varchar(64) DEFAULT '' NOT NULL,
comment text NOT NULL,
diff --git a/includes/hostname.conf b/includes/hostname.conf
index d1e83b55f..c5af2febf 100644
--- a/includes/hostname.conf
+++ b/includes/hostname.conf
@@ -70,16 +70,6 @@ $submission_votes = array("neutral (+0)" => "+ 0",
"dump it (-1)" => "- 1");
#
-# Submission moderation thresholds:
-# registered users can vote whether they think the story should
-# be posted or not. When enough people vote to post a story, the
-# story is pushed over the threshold and up it goes on the public
-# page. On the other hand, when too many people voted to drop a
-# story, the story will get trashed.
-$submission_post_threshold = "3";
-$submission_dump_threshold = "-2";
-
-#
# Submission rate:
# defines the submission rate for the different types of content
# submission. It is supposed to stop malicious attempts to screw