]> git.mxchange.org Git - friendica.git/blobdiff - mod/network.php
configurable format for date input selectors
[friendica.git] / mod / network.php
index 000c9e2fed5b16f97b0e8e655805b7f707a281b6..7bdd3f3f1022d9d72e23218e53be440646554c8a 100644 (file)
@@ -126,7 +126,7 @@ function network_content(&$a, $update = 0) {
                        $o .= '<div id="live-network"></div>' . "\r\n";
                        $o .= "<script> var profile_uid = " . $_SESSION['uid'] 
                                . "; var netargs = '" . substr($a->cmd,8)
-                               . '?f=';
+                               . '?f='
                                . ((x($_GET,'cid')) ? '&cid=' . $_GET['cid'] : '')
                                . ((x($_GET,'search')) ? '&search=' . $_GET['search'] : '') 
                                . ((x($_GET,'star')) ? '&star=' . $_GET['star'] : '')