mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-01-02 21:59:14 +00:00
made db-prefs.php aware of different users
This commit is contained in:
@@ -15,6 +15,7 @@
|
||||
WHERE
|
||||
ttrss_user_prefs.pref_name = '$pref_name' AND
|
||||
ttrss_prefs_types.id = type_id AND
|
||||
owner_uid = ".$_SESSION["uid"]." AND
|
||||
ttrss_user_prefs.pref_name = ttrss_prefs.pref_name");
|
||||
|
||||
if (db_num_rows($result) > 0) {
|
||||
|
||||
Reference in New Issue
Block a user