Version 0.9-beta4 ()
------------------------------------------------------------------------
+ * Fix categories plugin to properly work on pgsql installations.
+ Thanks to CaptainCrunch!
+
* Make serendipity_makeFilename function be UTF-8 aware.
* Fix syndication plugin not allowing to configure Atom 1.0 feed.
{$serendipity['dbPrefix']}category c,
{$serendipity['dbPrefix']}entries e
WHERE ec.categoryid = c.categoryid AND ec.entryid = e.id
- GROUP BY ec.categoryid, c.category_name
+ GROUP BY c.categoryid, c.category_name
ORDER BY postings DESC";
$category_rows = serendipity_db_query($cat_sql);
if (is_array($category_rows)) {