mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-03-28 17:42:57 +01:00
- removed second parameter $type from function format_date
git-svn-id: http://piwigo.org/svn/trunk@3122 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
3
feed.php
3
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
|
||||
|
||||
Reference in New Issue
Block a user