Menu

#19 It writes current time for all feed items

open
nobody
Misc (6)
5
2009-09-03
2009-09-03
Sinan ILYAS
No

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);

Discussion


Log in to post a comment.

MongoDB Logo MongoDB