From 55f295ab0440f1c9ff86b0f4170a037e1657faaa Mon Sep 17 00:00:00 2001 From: Heikki Hokkanen Date: Wed, 26 May 2010 17:32:44 +0300 Subject: [PATCH] Remove extra call to gmstrftime(). --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.php b/index.php index ae5e049..13de554 100644 --- a/index.php +++ b/index.php @@ -223,7 +223,7 @@ elseif ($action === 'commitdiff') { $page['message_full'] = $info['message_full']; $page['author_name'] = $info['author_name']; $page['author_mail'] = $info['author_mail']; - $page['author_datetime'] = gmstrftime($conf['datetime'], $info['author_utcstamp']); + $page['author_datetime'] = $info['author_datetime']; $text = git_diff($page['project'], "$hash^", $hash); list($page['files'], $page['diffdata']) = format_diff($text); -- 2.11.4.GIT