diff options
Diffstat (limited to 'include/functions.inc.php')
-rw-r--r-- | include/functions.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/functions.inc.php b/include/functions.inc.php index cc6dae20c..52c4d418f 100644 --- a/include/functions.inc.php +++ b/include/functions.inc.php @@ -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'); } |