issue62, fix time information for item pubDate in rss feed
authorAndreas Unterkircher <unki@netshadow.at>
Tue, 6 Nov 2007 05:10:39 +0000 (05:10 +0000)
committerAndreas 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

index cc1c8736aafda15ea11ca47c34985a3e52d8181c..4b033f612147cdcf573ede99d81f416d2ff3179c 100644 (file)
@@ -1674,7 +1674,7 @@ class PHPFSPOT {
    <description>
     <?php print $thumb_html; ?> 
    </description>
    <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
 
   </item>
 <?php