diff options
Diffstat (limited to 'mod')
-rw-r--r-- | mod/network.php | 3 | ||||
-rw-r--r-- | mod/profile.php | 3 |
2 files changed, 6 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 = ''; diff --git a/mod/profile.php b/mod/profile.php index 6b425bcd1..a317568c1 100644 --- a/mod/profile.php +++ b/mod/profile.php @@ -117,6 +117,9 @@ function profile_content(&$a) { )); } + if($tab == 'posts' && (! $a->pager['start'])) + $o .= '<div id="live-profile"></div>' . "\r\n"; + // TODO alter registration and settings and profile to update contact table when names and photos change. |