Update index.php

This commit is contained in:
Laurent Destailleur 2019-04-16 23:27:45 +02:00 committed by GitHub
parent 1669d497b4
commit c0defe3965
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1653,4 +1653,4 @@ function sort_events_by_date($a, $b)
// If both events have the same start time, longest first
return $b->datef - $a->datef;
}
}