From: Andrew Dolgov Date: Wed, 13 Jan 2010 18:34:44 +0000 (+0300) Subject: edit profiles dialog: fix typo X-Git-Tag: 1.4.0~55 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=47179c0e888d27ff6deb100be9a97126a51fdeb4;p=tt-rss.git edit profiles dialog: fix typo --- diff --git a/modules/popup-dialog.php b/modules/popup-dialog.php index fa6c13d8..7ba30a9f 100644 --- a/modules/popup-dialog.php +++ b/modules/popup-dialog.php @@ -17,7 +17,7 @@ print "

"; $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:')." ".__('All').",