]> git.wh0rd.org - tt-rss.git/commitdiff
edit profiles dialog: fix typo
authorAndrew Dolgov <fox@bah.org.ru>
Wed, 13 Jan 2010 18:34:44 +0000 (21:34 +0300)
committerAndrew Dolgov <fox@bah.org.ru>
Wed, 13 Jan 2010 18:34:44 +0000 (21:34 +0300)
modules/popup-dialog.php

index fa6c13d8f3a1bf0a0e851d4346aa8375922893f7..7ba30a9f711f8250a198ac1c85cf7fed4cf3f653 100644 (file)
@@ -17,7 +17,7 @@
                        print "<p>";
 
                        $result = db_query($link, "SELECT title,id FROM ttrss_settings_profiles
-                               WHERE owner_uid = ".$_SESSION["uid"]."ORDER BY title");
+                               WHERE owner_uid = ".$_SESSION["uid"]." ORDER BY title");
 
                        print   __('Select:')." 
                                <a href=\"javascript:selectPrefRows('fcat', true)\">".__('All')."</a>,