]> git.mxchange.org Git - friendica.git/blobdiff - include/socgraph.php
Show "Redmatrix" as network name.
[friendica.git] / include / socgraph.php
index 23db35cabd885fdb41006c817920fa523d09f06d..1e1b6076f25ded7178d63b0ae44ffaa6038b224b 100644 (file)
@@ -124,8 +124,9 @@ function poco_load($cid,$uid = 0,$zcid = 0,$url = null) {
                                $keywords = implode(", ", $tag);
 
                // If you query a Friendica server for its profiles, the network has to be Friendica
-               if ($uid == 0)
-                       $network = NETWORK_DFRN;
+               // To-Do: It could also be a Redmatrix server
+               //if ($uid == 0)
+               //      $network = NETWORK_DFRN;
 
                poco_check($profile_url, $name, $network, $profile_photo, $about, $location, $gender, $keywords, $connect_url, $updated, $generation, $cid, $uid, $zcid);