1
0
This commit is contained in:
Garvin Hicking
2010-09-20 10:29:45 +00:00
parent c4c2e95010
commit f5e7c96822

@ -1206,7 +1206,7 @@ IMAGE;
switch($match[1]) { switch($match[1]) {
case 'pubDate': case 'pubDate':
if (serendipity_db_bool($bag_content)) { if (serendipity_db_bool($bag_content)) {
$bag_content = gmdate('D, d M Y H:i:s \G\M\T', serendipity_serverOffsetHour($entries[0]['last_modified'])); $bag_content = gmdate('D, d M Y H:i:s \G\M\T', $entries[0]['last_modified']);
} else { } else {
$bag_content = ''; $bag_content = '';
} }