diff options
author | friendica <info@friendica.com> | 2013-02-26 18:10:09 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-02-26 18:10:09 -0800 |
commit | 1a6a89da1b6c60d007232d0948741f1c8a8c763b (patch) | |
tree | 0bd1b2b24bfd19cf1241a43b6aa0a634ee8de260 /include | |
parent | 0ee1e83a3c6bb48064789a622f5eb7331733cb64 (diff) | |
download | volse-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')
-rwxr-xr-x | include/items.php | 4 |
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) { |