mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-07 17:23:04 +02:00
feature:2807 better fix for svn:28995
git-svn-id: http://piwigo.org/svn/trunk@29008 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -609,7 +609,7 @@ function format_date($original, $show=null, $format=null)
|
||||
return l10n('N/A');
|
||||
}
|
||||
|
||||
if ($show === null)
|
||||
if ($show === null || $show === true)
|
||||
{
|
||||
$show = array('day_name', 'day', 'month', 'year');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user