1
0
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:
Andrew Dolgov
2010-01-13 21:33:31 +03:00
parent f9aa6a898f
commit b12427977e

View File

@@ -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 = "";