remove things calling feed_birthday(), so we can remove it

This commit is contained in:
friendica 2013-02-26 18:10:09 -08:00
parent 0ee1e83a3c
commit 1a6a89da1b

View File

@ -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) {