From 0bf2ebc59615a35bea8682985bf5edd9fe6aabd8 Mon Sep 17 00:00:00 2001 From: hyung-hwan Date: Sat, 17 Dec 2016 13:44:24 +0000 Subject: [PATCH] changed the log site bar to show years in the project home view --- codepot/src/codepot/views/project_home.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codepot/src/codepot/views/project_home.php b/codepot/src/codepot/views/project_home.php index 38dd37a4..03da1f41 100644 --- a/codepot/src/codepot/views/project_home.php +++ b/codepot/src/codepot/views/project_home.php @@ -220,7 +220,7 @@ foreach ($urls as $url) foreach ($log_entries as $log) { - $createdon_mmdd = codepot_dbdatetodispdate ($log['createdon'], 'm-d'); + $createdon_mmdd = codepot_dbdatetodispdate ($log['createdon'], 'Y-m-d'); if ($log['type'] == 'code') {