X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=include%2Fcontact_selectors.php;h=0790e503ea3d24cef132442f8e949dac98e5333d;hb=467cdfeb3402347a454082d79e9075f23eefee83;hp=3bf68f764e5597abdfd72fac05c91d1e371fd178;hpb=e8c07aaac67aea66bfcbe6b50b9dd8557bc4f036;p=friendica.git diff --git a/include/contact_selectors.php b/include/contact_selectors.php index 3bf68f764e..0790e503ea 100644 --- a/include/contact_selectors.php +++ b/include/contact_selectors.php @@ -7,12 +7,12 @@ 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)) { + if (dbm::is_result($r)) { foreach($r as $rr) { $selected = (($rr['id'] == $current) ? " selected=\"selected\" " : ""); $o .= "\r\n";