mirror of
https://github.com/php/web-php.git
synced 2026-03-23 23:02:13 +01:00
Change to use "midnight"
This commit is contained in:
committed by
Christoph M. Becker
parent
5e802342f3
commit
09f261e364
@@ -56,7 +56,7 @@ function format_interval($from, $to) {
|
||||
} elseif ($diff->d) {
|
||||
$times[] = array($diff->d,'day');
|
||||
} else {
|
||||
$eolPeriod = 'last day';
|
||||
$eolPeriod = 'midnight';
|
||||
}
|
||||
if ($times) {
|
||||
$eolPeriod = implode(', ',
|
||||
|
||||
Reference in New Issue
Block a user