This website works better with JavaScript.
Home
Explore
Help
Sign In
brennen
/
FeedWriter
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
* Implemented function name change introduced in
3b49744b2f
multifeed_api
Michael Bemmerl
14 years ago
parent
c6805868fe
commit
edb8321bd9
4 changed files
with
4 additions
and
4 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
examples/example_atom.php
+1
-1
examples/example_minimum.php
+1
-1
examples/example_rss1.php
+1
-1
examples/example_rss2.php
+ 1
- 1
examples/example_atom.php
View File
@ -54,6 +54,6 @@
$TestFeed
->
addItem
(
$newItem
);
//OK. Everything is done. Now genarate the feed.
$TestFeed
->
gen
a
rateFeed
();
$TestFeed
->
gen
e
rateFeed
();
?>
+ 1
- 1
examples/example_minimum.php
View File
@ -54,6 +54,6 @@
}
//OK. Everything is done. Now genarate the feed.
$TestFeed
->
gen
a
rateFeed
();
$TestFeed
->
gen
e
rateFeed
();
?>
+ 1
- 1
examples/example_rss1.php
View File
@ -61,6 +61,6 @@
$TestFeed
->
addItem
(
$newItem
);
//OK. Everything is done. Now genarate the feed.
$TestFeed
->
gen
a
rateFeed
();
$TestFeed
->
gen
e
rateFeed
();
?>
+ 1
- 1
examples/example_rss2.php
View File
@ -67,6 +67,6 @@
$TestFeed
->
addItem
(
$newItem
);
//OK. Everything is done. Now genarate the feed.
$TestFeed
->
gen
a
rateFeed
();
$TestFeed
->
gen
e
rateFeed
();
?>
Write
Preview
|
|
|
|
|
|
|
x
0
0
0:0
Loading…
Cancel
Save