X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=include%2Fcontact_selectors.php;h=35c9d983d72797f49ac49f46da496d93d1bfed48;hb=0deea97cf296481d792429ae9d4042c66887230d;hp=3bf68f764e5597abdfd72fac05c91d1e371fd178;hpb=ec90a9e6ad1b2d424f7c72410d4a5a6cec2aad9b;p=friendica.git diff --git a/include/contact_selectors.php b/include/contact_selectors.php index 3bf68f764e..35c9d983d7 100644 --- a/include/contact_selectors.php +++ b/include/contact_selectors.php @@ -7,10 +7,10 @@ function contact_profile_assign($current,$foreign_net) { $disabled = (($foreign_net) ? ' disabled="true" ' : ''); - $o .= "\r\n"; $r = q("SELECT `id`, `profile-name` FROM `profile` WHERE `uid` = %d", - intval($_SESSION['uid'])); + intval($_SESSION['uid'])); if(count($r)) { foreach($r as $rr) {