From de1ca88885751ee1651ca1fceab4d6b5926989f6 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 1 Aug 2006 09:06:36 +0100 Subject: correct help for labels (2) --- help/1.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'help/1.php') diff --git a/help/1.php b/help/1.php index 3fd598f34..309783f43 100644 --- a/help/1.php +++ b/help/1.php @@ -12,11 +12,11 @@

Match all unread articles:

-
ttrss_user_entries.unread = true
+
unread = true

Matches all articles which mention Linux in the title:

-
ttrss_user_entries.title like '%Linux%'
+
ttrss_entries.title like '%Linux%'

See the database schema included in the distribution package for gruesome details.

-- cgit v1.2.3