diff options
author | Mike Macgirvin <mike@macgirvin.com> | 2010-07-24 06:56:02 -0700 |
---|---|---|
committer | Mike Macgirvin <mike@macgirvin.com> | 2010-07-24 06:56:02 -0700 |
commit | a93f5627c1cb05f2f2c14cc390d38799eaf461e8 (patch) | |
tree | 2511f2145617c5f30499906833dc4d70aafb91ab /mod/network.php | |
parent | 1db8ab907bb191b215f74be456861f1ca59ded48 (diff) | |
download | volse-hubzilla-a93f5627c1cb05f2f2c14cc390d38799eaf461e8.tar.gz volse-hubzilla-a93f5627c1cb05f2f2c14cc390d38799eaf461e8.tar.bz2 volse-hubzilla-a93f5627c1cb05f2f2c14cc390d38799eaf461e8.zip |
live update
Diffstat (limited to 'mod/network.php')
-rw-r--r-- | mod/network.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mod/network.php b/mod/network.php index 0e8c8746f..38d2bbb0c 100644 --- a/mod/network.php +++ b/mod/network.php @@ -39,6 +39,9 @@ function network_content(&$a) { )); + $o .= '<div id="live-network"></div>' . "\r\n"; + + $sql_extra = ''; |