mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-24 20:11:28 +00:00
tiny fix in prefs-editor
This commit is contained in:
@@ -1654,7 +1654,8 @@
|
||||
FROM ttrss_prefs,ttrss_prefs_types,ttrss_prefs_sections,ttrss_user_prefs
|
||||
WHERE type_id = ttrss_prefs_types.id AND
|
||||
section_id = ttrss_prefs_sections.id AND
|
||||
ttrss_user_prefs.pref_name = ttrss_prefs.pref_name
|
||||
ttrss_user_prefs.pref_name = ttrss_prefs.pref_name AND
|
||||
owner_uid = ".$_SESSION["uid"]."
|
||||
ORDER BY section_id,short_desc");
|
||||
|
||||
print "<form action=\"backend.php\" method=\"POST\">";
|
||||
|
||||
Reference in New Issue
Block a user