Some more removed code

This commit is contained in:
Michael Vogel 2016-01-24 00:21:58 +01:00
parent 44091aa631
commit 74ed37aa87
2 changed files with 1 additions and 136 deletions

View file

@ -44,7 +44,6 @@ function dfrn_poll_init(&$a) {
logger('dfrn_poll: public feed request from ' . $_SERVER['REMOTE_ADDR'] . ' for ' . $user);
header("Content-type: application/atom+xml");
//echo get_feed_for($a, '', $user,$last_update);
echo dfrn_feed($a, '', $user,$last_update);
killme();
}
@ -372,7 +371,6 @@ function dfrn_poll_post(&$a) {
}
header("Content-type: application/atom+xml");
//$o = get_feed_for($a,$dfrn_id, $a->argv[1], $last_update, $direction);
$o = dfrn_feed($a,$dfrn_id, $a->argv[1], $last_update, $direction);
echo $o;
killme();