mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 01:25:56 +00:00
implement prefs UI based on new prefs class and a few more things
This commit is contained in:
@@ -153,7 +153,7 @@ class OPML extends Handler_Protected {
|
||||
if ($include_settings) {
|
||||
$out .= "<outline text=\"tt-rss-prefs\" schema-version=\"".SCHEMA_VERSION."\">";
|
||||
|
||||
$sth = $this->pdo->prepare("SELECT pref_name, value FROM ttrss_user_prefs WHERE
|
||||
$sth = $this->pdo->prepare("SELECT pref_name, value FROM ttrss_user_prefs2 WHERE
|
||||
profile IS NULL AND owner_uid = ? ORDER BY pref_name");
|
||||
$sth->execute([$owner_uid]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user