1.1 --- a/sql/updates/mysql_1.6.0_to_1.6.1.php Mon Aug 24 09:42:00 2009 -0400
1.2 +++ b/sql/updates/mysql_1.6.0_to_1.6.1.php Sun Oct 11 11:00:55 2009 +0200
1.3 @@ -24,6 +24,9 @@
1.4 $c->add('meta_description','Geeklog, the open source content management system designed with security in mind.','text',0,0,NULL,2010,TRUE);
1.5 $c->add('meta_keywords','Geeklog, Blog, Content Management System, CMS, Open Source, Security','text',0,0,NULL,2020,TRUE);
1.6
1.7 + // new option to enable / disable closing of comments after x days
1.8 + $c->add('article_comment_close_enabled',0,'select',4,21,0, 1685, TRUE);
1.9 +
1.10 return true;
1.11 }
1.12