]> git.mjollnir.org Git - s9y.git/commitdiff
Temporarily suspended pingback fetching until it's implemented with a config option...
authorgarvinhicking <garvinhicking>
Fri, 17 Aug 2007 12:28:21 +0000 (12:28 +0000)
committergarvinhicking <garvinhicking>
Fri, 17 Aug 2007 12:28:21 +0000 (12:28 +0000)
include/functions_trackbacks.inc.php

index a8265f909ad62647a7a405352a4eef36ac318005..b09d23686fcde1e7bfe806028f3ade0ec1ac56a4 100644 (file)
@@ -386,7 +386,8 @@ function add_pingback ($id, $postdata) {
         $comment['url']     = $sourceURI;
         $comment['comment'] = '';
         $comment['name']    = $path['host'];
-        fetchPingbackData($comment);
+        #Temporarily disabled until made configurable
+        #fetchPingbackData($comment);
 
         // if no ID parameter was given, try to get one from targetURI
         if (!isset($id) || $id==0) {
@@ -405,7 +406,8 @@ function add_pingback ($id, $postdata) {
         $comment['url']     = $remote;
         $comment['comment'] = '';
         $comment['name']    = $path['host'];
-        fetchPingbackData($comment);
+        #Temporarily disabled until made configurable
+        #fetchPingbackData($comment);
 
         // if no ID parameter was given, try to get one from targetURI
         if (!isset($id) || $id==0) {