diff --git a/config/config.php b/config/config.php index be104e71..831df681 100644 --- a/config/config.php +++ b/config/config.php @@ -226,13 +226,9 @@ $config['db']['table']['comment'] = '___db.table.prefix___comment'; $config['db']['table']['vote'] = '___db.table.prefix___vote'; $config['db']['table']['topic_read'] = '___db.table.prefix___topic_read'; $config['db']['table']['blog_user'] = '___db.table.prefix___blog_user'; -$config['db']['table']['blog_vote'] = '___db.table.prefix___blog_vote'; -$config['db']['table']['topic_comment_vote'] = '___db.table.prefix___topic_comment_vote'; -$config['db']['table']['user_vote'] = '___db.table.prefix___user_vote'; $config['db']['table']['favourite'] = '___db.table.prefix___favourite'; $config['db']['table']['talk'] = '___db.table.prefix___talk'; $config['db']['table']['talk_user'] = '___db.table.prefix___talk_user'; -$config['db']['table']['talk_comment'] = '___db.table.prefix___talk_comment'; $config['db']['table']['talk_blacklist'] = '___db.table.prefix___talk_blacklist'; $config['db']['table']['friend'] = '___db.table.prefix___friend'; $config['db']['table']['topic_content'] = '___db.table.prefix___topic_content';