From 9c16b47f55276a93ff1a1b9db8f696c01f00899a Mon Sep 17 00:00:00 2001 From: Michael Date: Tue, 21 Mar 2017 15:15:58 +0000 Subject: [PATCH] Strange comment removed --- include/socgraph.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/socgraph.php b/include/socgraph.php index 6baf22ad30..71771bb95d 100644 --- a/include/socgraph.php +++ b/include/socgraph.php @@ -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"] != ""))