summaryrefslogtreecommitdiff
path: root/backend.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2006-08-01 14:18:05 +0100
committerAndrew Dolgov <[email protected]>2006-08-01 14:18:05 +0100
commit5c365f6055ffe61ddcc5f2e306499945e34ddf09 (patch)
tree328180214a4dcdc5f8aa9a1e4454f787a152faa6 /backend.php
parent826cdd263a925481616a0556d7fd2d003159d66f (diff)
fix various cat-related bugs
Diffstat (limited to 'backend.php')
-rw-r--r--backend.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/backend.php b/backend.php
index 93798a3aa..101ff3ee4 100644
--- a/backend.php
+++ b/backend.php
@@ -789,7 +789,7 @@
if (!$match_on) {
$match_on = "both";
}
-
+
$qfh_ret = queryFeedHeadlines($link, $feed, $limit, $view_mode, $cat_view, $search, $search_mode, $match_on);
$result = $qfh_ret[0];