summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2010-01-13 21:34:44 +0300
committerAndrew Dolgov <[email protected]>2010-01-13 21:34:44 +0300
commit47179c0e888d27ff6deb100be9a97126a51fdeb4 (patch)
tree6e43d2d8d4cc313ca20f056b373f1cc55001c53e /modules
parentb12427977eb84a5086e1cb7df3f162618429b569 (diff)
edit profiles dialog: fix typo
Diffstat (limited to 'modules')
-rw-r--r--modules/popup-dialog.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/popup-dialog.php b/modules/popup-dialog.php
index fa6c13d8f..7ba30a9f7 100644
--- a/modules/popup-dialog.php
+++ b/modules/popup-dialog.php
@@ -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>,