aboutsummaryrefslogtreecommitdiffstats
path: root/mod/network.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-07-29 18:29:27 -0700
committerfriendica <info@friendica.com>2012-07-29 18:29:27 -0700
commit4824e5b8b8d57ba9af8a5a26f78a5dc90eb714d1 (patch)
tree217a692747878df4b68a6db0cb163eca9024a2b4 /mod/network.php
parenteae7522bc99cc3af0074c189560a66181d2b70a0 (diff)
downloadvolse-hubzilla-4824e5b8b8d57ba9af8a5a26f78a5dc90eb714d1.tar.gz
volse-hubzilla-4824e5b8b8d57ba9af8a5a26f78a5dc90eb714d1.tar.bz2
volse-hubzilla-4824e5b8b8d57ba9af8a5a26f78a5dc90eb714d1.zip
birthdays and events are now notifications
Diffstat (limited to 'mod/network.php')
-rw-r--r--mod/network.php4
1 files changed, 0 insertions, 4 deletions
diff --git a/mod/network.php b/mod/network.php
index 4ab0c790b..a85e11f90 100644
--- a/mod/network.php
+++ b/mod/network.php
@@ -459,10 +459,6 @@ function network_content(&$a, $update = 0, $load = false) {
}
}
- if((! $group) && (! $cid) && (! $update)) {
- $o .= get_birthdays();
- $o .= get_events();
- }
if(! $update) {
// The special div is needed for liveUpdate to kick in for this page.