changed the log site bar to show years in the project home view

This commit is contained in:
hyung-hwan 2016-12-17 13:44:24 +00:00
parent ca54d5ffad
commit 0bf2ebc596

View File

@ -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')
{