1
0

* Fix a bug in statistics output, when statistics for single-number

months is created. (Andreas Bilke)
This commit is contained in:
Garvin Hicking
2009-10-09 13:02:41 +00:00
parent 18e02a5452
commit 89974bc7ae
3 changed files with 30 additions and 51 deletions
docs
plugins
serendipity_event_statistics
serendipity_plugin_comments

@ -165,7 +165,9 @@ class serendipity_plugin_comments extends serendipity_plugin
$cond['and'] = ' AND e.isdraft = \'false\' ';
if ($this->get_config('authorid') == 'login') {
serendipity_ACL_SQL($cond, true);
serendipity_plugin_api::hook_event('frontend_fetchentries', $cond, array('source' => 'entries'));
}
$q = 'SELECT co.body AS comment,
co.timestamp AS stamp,