projects
/
phpfspot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d37938e
)
issue62, fix time information for item pubDate in rss feed
author
Andreas Unterkircher
<unki@netshadow.at>
Tue, 6 Nov 2007 05:10:39 +0000
(
05:10
+0000)
committer
Andreas Unterkircher
<unki@netshadow.at>
Tue, 6 Nov 2007 05:10:39 +0000
(
05:10
+0000)
git-svn-id: file:///var/lib/svn/phpfspot/trunk@297
fa6a889d
-dae6-447d-9e79-
4ba9a3039384
phpfspot.class.php
patch
|
blob
|
history
diff --git
a/phpfspot.class.php
b/phpfspot.class.php
index cc1c8736aafda15ea11ca47c34985a3e52d8181c..4b033f612147cdcf573ede99d81f416d2ff3179c 100644
(file)
--- a/
phpfspot.class.php
+++ b/
phpfspot.class.php
@@
-1674,7
+1674,7
@@
class PHPFSPOT {
<description>
<?php print $thumb_html; ?>
</description>
- <pubDate><?php print strftime("%a, %d %b %Y %T %z"); ?></pubDate>
+ <pubDate><?php print strftime("%a, %d %b %Y %T %z"
, $meta_date
); ?></pubDate>
</item>
<?php