diff options
| author | Andrew Dolgov <fox@madoka.volgo-balt.ru> | 2010-11-24 14:47:18 +0300 |
|---|---|---|
| committer | Andrew Dolgov <fox@madoka.volgo-balt.ru> | 2010-11-24 14:47:18 +0300 |
| commit | dcb38ced56c33463bb55f266b2d586308ff12b2f (patch) | |
| tree | 1024b5b7672828778231d2b3674cca108f32fdac /functions.php | |
| parent | 2fe5afc63a71fb57c8858bd71055c0e6fc52505d (diff) | |
tweak browsing by tag query
Diffstat (limited to 'functions.php')
| -rw-r--r-- | functions.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/functions.php b/functions.php index 5d1992bd5..5e567af03 100644 --- a/functions.php +++ b/functions.php @@ -3518,7 +3518,8 @@ $feed_kind = "Tags"; - $result = db_query($link, "SELECT + $result = db_query($link, "SELECT DISTINCT + date_entered, guid, note, ttrss_entries.id as id,title, |