diff --git a/mod/network.php b/mod/network.php index b6440cabbf..9f421053ad 100644 --- a/mod/network.php +++ b/mod/network.php @@ -249,23 +249,6 @@ function network_content(&$a, $update = 0) { $o .= status_editor($a,$x); - // The special div is needed for liveUpdate to kick in for this page. - // We only launch liveUpdate if you are on the front page, you aren't - // filtering by group and also you aren't writing a comment (the last - // criteria is discovered in javascript). - - $o .= '
' . "\r\n"; - $o .= "\r\n"; - } // We aren't going to try and figure out at the item, group, and page diff --git a/mod/profile.php b/mod/profile.php index f35ef3653f..e7cac79598 100644 --- a/mod/profile.php +++ b/mod/profile.php @@ -121,8 +121,6 @@ function profile_content(&$a, $update = 0) { return $o; } - - if(x($_SESSION,'new_member') && $_SESSION['new_member'] && $is_owner) $o .= '' . t('Tips for New Members') . '' . EOL;