]> git.mxchange.org Git - friendica.git/blobdiff - mod/update_network.php
Events: Now with guid.
[friendica.git] / mod / update_network.php
index b2e7abc90cccabd23e64c724a7ecd6f70d17a22c..1bf374657573b5785e38622f0b716ff8bfcffd7b 100644 (file)
@@ -5,7 +5,6 @@
 require_once('mod/network.php');
 require_once('include/group.php');
 
-if(! function_exists('update_network_content')) {
 function update_network_content(&$a) {
 
        $profile_uid = intval($_GET['p']);
@@ -38,5 +37,5 @@ function update_network_content(&$a) {
        echo "</section>";
        echo "</body></html>\r\n";
        killme();
-}
+
 }