]> git.mjollnir.org Git - s9y.git/commitdiff
fix pgsql problem with entry quicksearch, thanks to Robert Treat
authorgarvinhicking <garvinhicking>
Fri, 30 Dec 2005 15:37:36 +0000 (15:37 +0000)
committergarvinhicking <garvinhicking>
Fri, 30 Dec 2005 15:37:36 +0000 (15:37 +0000)
docs/NEWS
include/functions_entries.inc.php

index 467a12e022f550e0b21fbce7d6139bc33a0724c2..397f17dea1479e18f40d9857e446bb8cb3262208 100644 (file)
--- a/docs/NEWS
+++ b/docs/NEWS
@@ -75,6 +75,10 @@ Version 1.0 ()
 Version 0.9.2 ()
 ------------------------------------------------------------------------
 
+   * Fix entry quicksearch on postgresql, where it returned the same
+     entry multiple times if it was contained in multiple categories.
+     Fix by Robert Treat, many thanks!
+
    * Make templatechooser plugin emit a non-cached version of the
      stylesheet, so that user-changes will be visible without manually
      purging the cache (garvinhicking)
index 1dd10302695ec783d59bc60f0a7fe08bf602dd38..49e52c95b7b436a880064085f8e514fc0c46bc11 100644 (file)
@@ -699,7 +699,6 @@ function serendipity_searchEntries($term, $limit = '') {
                             e.authorid,
                             a.realname AS author,
                             a.email,
-                            ec.categoryid,
                             e.timestamp,
                             e.comments,
                             e.title,