live update

This commit is contained in:
Mike Macgirvin 2010-07-24 06:56:02 -07:00
parent 1db8ab907b
commit a93f5627c1
3 changed files with 43 additions and 0 deletions

View file

@ -39,6 +39,9 @@ function network_content(&$a) {
));
$o .= '<div id="live-network"></div>' . "\r\n";
$sql_extra = '';

View file

@ -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.