From: Michael Vogel Date: Mon, 16 Feb 2015 21:28:24 +0000 (+0100) Subject: Just removing unused codelines X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=9d920033e82a1108af93db2debad990c0851358a;p=friendica.git Just removing unused codelines --- diff --git a/include/Scrape.php b/include/Scrape.php index fa2d479e92..c2917d5893 100644 --- a/include/Scrape.php +++ b/include/Scrape.php @@ -806,12 +806,10 @@ function probe_url($url, $mode = PROBE_NORMAL) { logger('probe_url: ' . print_r($result,true), LOGGER_DEBUG); // Trying if it maybe a diaspora account - //if (($result['network'] == NETWORK_FEED) OR (($result['addr'] == "") AND ($result['network'] != NETWORK_OSTATUS))) { if (($result['network'] == NETWORK_FEED) OR ($result['addr'] == "")) { require_once('include/bbcode.php'); $address = GetProfileUsername($url, "", true); $result2 = probe_url($address, $mode); - //$result2 = probe_url($address, PROBE_DIASPORA); if ($result2['network'] != "") $result = $result2; }