1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-02-10 16:01:33 +00:00

add select all/none functionality to several edit dialogs

This commit is contained in:
Andrew Dolgov
2012-06-14 21:04:14 +04:00
parent f0755b7c7e
commit ddb575c744
5 changed files with 75 additions and 13 deletions

View File

@@ -313,7 +313,7 @@ class Pref_Prefs extends Protected_Handler {
$profile_qpart = "profile IS NULL";
}
$result = db_query($this->link, "SELECT
$result = db_query($this->link, "SELECT DISTINCT
ttrss_user_prefs.pref_name,short_desc,help_text,value,type_name,
section_name,def_value,section_id
FROM ttrss_prefs,ttrss_prefs_types,ttrss_prefs_sections,ttrss_user_prefs