changed the log site bar to show years in the project home view
This commit is contained in:
parent
ca54d5ffad
commit
0bf2ebc596
@ -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')
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user