aboutsummaryrefslogtreecommitdiffstats
path: root/feed.php
diff options
context:
space:
mode:
Diffstat (limited to 'feed.php')
-rw-r--r--feed.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/feed.php b/feed.php
index 64d2b0dcf..bbd4956f5 100644
--- a/feed.php
+++ b/feed.php
@@ -122,8 +122,7 @@ if (!$image_only)
if (count($news) > 0)
{
$item = new FeedItem();
- $item->title = sprintf(l10n('New on %s'),
- format_date($dbnow, 'mysql_datetime') );
+ $item->title = sprintf(l10n('New on %s'), format_date($dbnow) );
$item->link = $conf['gallery_url'];
// content creation