Changeset 6202

Show
Ignore:
Timestamp:
06/07/08 17:16:54 (6 months ago)
Author:
inureyes
Message:

#193

  • Feed들에 마지막 갱신일이 잘못 표시되는 버그 수정
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/lib/model/blog.feed.php

    r6178 r6202  
    7272            'categories' => array(), 'description' => RSSMessage($content),  
    7373            'author' => '('.RSSMessage($row['author']).')',  
    74             'pubDate' => Timestamp::getRFC1123($row['published']), 
    75             'updDate' => Timestamp::getRFC1123($row['modified']), 
     74            'pubDate' => $row['published'], 
     75            'updDate' => $row['modified'], 
    7676            'comments' => $entryURL . '#entry' . $row['id'] . 'comment', 
    7777            'guid' => "$defaultURL/" . $row['id'],