]> git.wh0rd.org - tt-rss.git/commitdiff
set_pref: fix typo
authorAndrew Dolgov <fox@bah.org.ru>
Wed, 13 Jan 2010 18:33:31 +0000 (21:33 +0300)
committerAndrew Dolgov <fox@bah.org.ru>
Wed, 13 Jan 2010 18:33:31 +0000 (21:33 +0300)
db-prefs.php

index 5c54427b7ed893d532fdfa56267056d6d8477d23..bc047851259d3fb0f5b463b766c1875b64105cae 100644 (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 = "";