Share

Feedcreator - PHP feeds creator

Code

Programming Languages: PHP

License: GNU General Public License (GPL)

Repositories

browse code, statistics svn co https://feedcreator.svn.sourceforge.net/svnroot/feedcreator feedcreator

Show:

What's happening?

  • It writes current time for all feed items

    It writes current time for all feed items. Solution: In the function rfc822, the line $date = gmdate("D, d M Y H:i:s", time()); should be corrected as $date = gmdate("D, d M Y H:i:s", $this->unix);.

    2009-09-03 12:35:32 UTC by sinanilyas

Our Numbers