X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=include%2Fcontact_selectors.php;h=6b827baf31b4e7cb6dbaeb9e87538bd278f96f38;hb=8d195dc4992ff1e1d083ef0777c24ee897e63875;hp=eb4ad462b5fbb3623677a43bc8673857db0cd866;hpb=9e689e8b9bfd7dd3519c678e020627af0ccb5777;p=friendica.git diff --git a/include/contact_selectors.php b/include/contact_selectors.php index eb4ad462b5..6b827baf31 100644 --- a/include/contact_selectors.php +++ b/include/contact_selectors.php @@ -13,7 +13,7 @@ function contact_profile_assign($current,$foreign_net) { intval($_SESSION['uid'])); if (dbm::is_result($r)) { - foreach($r as $rr) { + foreach ($r as $rr) { $selected = (($rr['id'] == $current) ? " selected=\"selected\" " : ""); $o .= "\r\n"; }