From b5728fa42efa0d12da8814711e0875da7fb88672 Mon Sep 17 00:00:00 2001 From: friendica Date: Tue, 11 Feb 2014 16:56:39 -0800 Subject: fixes to thing profile assignments --- include/contact_selectors.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/contact_selectors.php') diff --git a/include/contact_selectors.php b/include/contact_selectors.php index b56a77937..a3cfd2489 100644 --- a/include/contact_selectors.php +++ b/include/contact_selectors.php @@ -5,7 +5,7 @@ function contact_profile_assign($current) { $o = ''; - $o .= "\r\n"; $r = q("SELECT profile_guid, profile_name FROM `profile` WHERE `uid` = %d", intval($_SESSION['uid'])); -- cgit v1.2.3