mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-01-09 10:09:15 +00:00
set_pref: fix typo
This commit is contained in:
@@ -93,7 +93,7 @@
|
||||
if ($profile) {
|
||||
$profile_qpart = "AND profile = '$profile'";
|
||||
} else {
|
||||
$profile_qpart = "AND profile IS NULL AND";
|
||||
$profile_qpart = "AND profile IS NULL";
|
||||
}
|
||||
|
||||
if (get_schema_version($link) < 63) $profile_qpart = "";
|
||||
|
||||
Reference in New Issue
Block a user