aboutsummaryrefslogtreecommitdiffstats
path: root/include/items.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-02-26 18:10:09 -0800
committerfriendica <info@friendica.com>2013-02-26 18:10:09 -0800
commit1a6a89da1b6c60d007232d0948741f1c8a8c763b (patch)
tree0bd1b2b24bfd19cf1241a43b6aa0a634ee8de260 /include/items.php
parent0ee1e83a3c6bb48064789a622f5eb7331733cb64 (diff)
downloadvolse-hubzilla-1a6a89da1b6c60d007232d0948741f1c8a8c763b.tar.gz
volse-hubzilla-1a6a89da1b6c60d007232d0948741f1c8a8c763b.tar.bz2
volse-hubzilla-1a6a89da1b6c60d007232d0948741f1c8a8c763b.zip
remove things calling feed_birthday(), so we can remove it
Diffstat (limited to 'include/items.php')
-rwxr-xr-xinclude/items.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/items.php b/include/items.php
index 5e67b7935..5947e4912 100755
--- a/include/items.php
+++ b/include/items.php
@@ -125,8 +125,8 @@ function get_feed_for(&$a, $dfrn_id, $owner_nick, $last_update, $direction = 0)
$owner = $r[0];
$owner_id = $owner['user_uid'];
$owner_nick = $owner['nickname'];
-
- $birthday = feed_birthday($owner_id,$owner['timezone']);
+// feed_birthday no longer exists
+// $birthday = feed_birthday($owner_id,$owner['timezone']);
if(! $public_feed) {