From 52db9978a7ab035b19de4a1c5587602f0c7c8ee0 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sun, 20 Aug 2006 15:32:16 +0100 Subject: normalize title in front pages, fix filter query in update process --- functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'functions.php') diff --git a/functions.php b/functions.php index d775abb14..6b722a7ae 100644 --- a/functions.php +++ b/functions.php @@ -380,7 +380,7 @@ $result = db_query($link, "SELECT reg_exp, ttrss_filter_types.name AS name, - ttrss_filter_actions.name AS action, + ttrss_filter_actions.name AS action FROM ttrss_filters,ttrss_filter_types,ttrss_filter_actions WHERE enabled = true AND owner_uid = $owner_uid AND -- cgit v1.2.3