From 4049672041287a491919c01d80017c7b767c3461 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Mon, 26 Mar 2007 06:23:15 +0100 Subject: add persistent storage for toolbar view options, bump schema --- modules/pref-prefs.php | 1 + 1 file changed, 1 insertion(+) (limited to 'modules/pref-prefs.php') diff --git a/modules/pref-prefs.php b/modules/pref-prefs.php index e9ebc183f..37c6c9b5f 100644 --- a/modules/pref-prefs.php +++ b/modules/pref-prefs.php @@ -308,6 +308,7 @@ WHERE type_id = ttrss_prefs_types.id AND section_id = ttrss_prefs_sections.id AND ttrss_user_prefs.pref_name = ttrss_prefs.pref_name AND + short_desc != '' AND owner_uid = ".$_SESSION["uid"]." ORDER BY section_id,short_desc"); -- cgit v1.2.3