X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=include%2Fcontact_selectors.php;h=35c9d983d72797f49ac49f46da496d93d1bfed48;hb=497fd34026fbaa83b11a64d3a0a6e20f1360e5d6;hp=3bf68f764e5597abdfd72fac05c91d1e371fd178;hpb=1b64aadfcdf9690f2a5db70757d41afd7f316c61;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) {