]> git.mxchange.org Git - friendica.git/commitdiff
Strange comment removed
authorMichael <heluecht@pirati.ca>
Tue, 21 Mar 2017 15:15:58 +0000 (15:15 +0000)
committerMichael <heluecht@pirati.ca>
Tue, 21 Mar 2017 15:15:58 +0000 (15:15 +0000)
include/socgraph.php

index 6baf22ad30f9cb24c9b388fdab091d84c7ef0834..71771bb95d909eb8c9ded6b89c2c5de5b26c5608 100644 (file)
@@ -2018,7 +2018,7 @@ function get_gcontact_id($contact) {
 
        if ($doprobing) {
                logger("Last Contact: ". $last_contact_str." - Last Failure: ".$last_failure_str." - Checking: ".$contact["url"], LOGGER_DEBUG);
-               #proc_run(PRIORITY_LOW, 'include/gprobe.php', bin2hex($contact["url"]));
+               proc_run(PRIORITY_LOW, 'include/gprobe.php', bin2hex($contact["url"]));
        }
 
        if ((dbm::is_result($r)) AND (count($r) > 1) AND ($gcontact_id > 0) AND ($contact["url"] != ""))