diff --git a/database/database.mysql b/database/database.mysql index 7816f7989382d937270662f36a7371d58b08b3c3..e11bf1e571953b1adcf3cea7be7a3c74f9ed32b4 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 d1e83b55f221d2b71ef4365dbd65b9a9d403938f..c5af2febf934cb70a4a1d2186d6b32cca622c513 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