1.1 --- a/public_html/docs/english/changes.html Sun Oct 04 13:32:11 2009 +0200
1.2 +++ b/public_html/docs/english/changes.html Sun Oct 11 22:19:31 2009 +0200
1.3 @@ -36,6 +36,10 @@
1.4 <h3>Bugfixes</h3>
1.5
1.6 <ul>
1.7 +<li>Fixed automatic <a href="config.html#desc_article_comment_close_enabled">closing of stories for comments</a> after a certain amount of days. If you need to
1.8 + re-open comments on stories that were closed due to this bug, you can use
1.9 + this SQL request:<br>
1.10 + <code style="margin-left:2em">UPDATE gl_stories SET commentcode = 0, comment_expire = 0 WHERE commentcode = 1;</code></li>
1.11 <li>The admin group for the Static Pages plugin was created with a wrong name
1.12 in Geeklog 1.6.0 (fresh installs only).</li>
1.13 </ul>