aboutsummaryrefslogtreecommitdiffstats
path: root/include/functions.inc.php
diff options
context:
space:
mode:
Diffstat (limited to 'include/functions.inc.php')
-rw-r--r--include/functions.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/functions.inc.php b/include/functions.inc.php
index bb3979ae9..999b4f8b8 100644
--- a/include/functions.inc.php
+++ b/include/functions.inc.php
@@ -400,7 +400,7 @@ function format_date($date, $type = 'us', $show_time = false)
}
case 'unix' :
{
- list($year,$month,$day,$hour,$minute,$second) =
+ list($year,$month,$day,$hour,$minute) =
explode('.', date('Y.n.j.G.i', $date));
break;
}