From: Andrew Dolgov Date: Wed, 13 Jan 2010 18:33:31 +0000 (+0300) Subject: set_pref: fix typo X-Git-Tag: 1.4.0~56 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=b12427977eb84a5086e1cb7df3f162618429b569;p=tt-rss.git set_pref: fix typo --- diff --git a/db-prefs.php b/db-prefs.php index 5c54427b..bc047851 100644 --- a/db-prefs.php +++ b/db-prefs.php @@ -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 = "";