From 1a6a89da1b6c60d007232d0948741f1c8a8c763b Mon Sep 17 00:00:00 2001 From: friendica Date: Tue, 26 Feb 2013 18:10:09 -0800 Subject: remove things calling feed_birthday(), so we can remove it --- include/items.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/items.php') 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) { -- cgit v1.2.3