From 0b9b32587300130ff04a0606be7656c370252ab6 Mon Sep 17 00:00:00 2001 From: Dries Buytaert <dries@buytaert.net> Date: Tue, 23 Jan 2001 12:03:15 +0000 Subject: [PATCH] - fixed bug in database.mysql - removed redundant options from hostname.conf --- database/database.mysql | 2 +- includes/hostname.conf | 10 ---------- 2 files changed, 1 insertion(+), 11 deletions(-) diff --git a/database/database.mysql b/database/database.mysql index 7816f7989382..e11bf1e57195 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 d1e83b55f221..c5af2febf934 100644 --- a/includes/hostname.conf +++ b/includes/hostname.conf @@ -69,16 +69,6 @@ $submission_votes = array("neutral (+0)" => "+ 0", "post it (+1)" => "+ 1", "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 -- GitLab