fix display of site url in viewfeed mode

This commit is contained in:
Andrew Dolgov 2006-06-22 06:35:29 +01:00
parent bbf3ba8d0d
commit c7188969dd
2 changed files with 3 additions and 1 deletions

View File

@ -785,6 +785,8 @@
$result = $qfh_ret[0];
$feed_title = $qfh_ret[1];
$feed_site_url = $qfh_ret[2];
$last_error = $qfh_ret[3];
/// STOP //////////////////////////////////////////////////////////////////////////////////

View File

@ -1990,7 +1990,7 @@
$limit_query_part");
}
return array($result, $feed_title);
return array($result, $feed_title, $feed_site_url, $last_error);
}