- added "rssfeeds"-tag
parent
d159f7abc8
commit
aeb17a8fa4
|
@ -617,6 +617,7 @@ function import_page_fd() {
|
|||
$result = db_query("SELECT * FROM feed ORDER BY title");
|
||||
|
||||
$output .= "<?xml version=\"1.0\"?>\n\n";
|
||||
$output .= "<rssfeeds version=\"0.1\">\n\n";
|
||||
|
||||
while ($feed = db_fetch_object($result)) {
|
||||
$output .= "<channel>\n";
|
||||
|
@ -625,6 +626,8 @@ function import_page_fd() {
|
|||
$output .= "</channel>\n\n";
|
||||
}
|
||||
|
||||
$output .= "</rssfeeds>\n";
|
||||
|
||||
|
||||
print $output;
|
||||
}
|
||||
|
|
|
@ -617,6 +617,7 @@ function import_page_fd() {
|
|||
$result = db_query("SELECT * FROM feed ORDER BY title");
|
||||
|
||||
$output .= "<?xml version=\"1.0\"?>\n\n";
|
||||
$output .= "<rssfeeds version=\"0.1\">\n\n";
|
||||
|
||||
while ($feed = db_fetch_object($result)) {
|
||||
$output .= "<channel>\n";
|
||||
|
@ -625,6 +626,8 @@ function import_page_fd() {
|
|||
$output .= "</channel>\n\n";
|
||||
}
|
||||
|
||||
$output .= "</rssfeeds>\n";
|
||||
|
||||
|
||||
print $output;
|
||||
}
|
||||
|
|
|
@ -617,6 +617,7 @@ function import_page_fd() {
|
|||
$result = db_query("SELECT * FROM feed ORDER BY title");
|
||||
|
||||
$output .= "<?xml version=\"1.0\"?>\n\n";
|
||||
$output .= "<rssfeeds version=\"0.1\">\n\n";
|
||||
|
||||
while ($feed = db_fetch_object($result)) {
|
||||
$output .= "<channel>\n";
|
||||
|
@ -625,6 +626,8 @@ function import_page_fd() {
|
|||
$output .= "</channel>\n\n";
|
||||
}
|
||||
|
||||
$output .= "</rssfeeds>\n";
|
||||
|
||||
|
||||
print $output;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue