Commit:    09f261e36459d5aed5b6a3ab7c8b27ee6e001bb0
Author:    Derick Rethans <[email protected]>         Sun, 2 Dec 2018 
17:50:29 +0000
Committer: Christoph M. Becker <[email protected]>      Sun, 2 Dec 2018 
19:34:56 +0100
Parents:   5e802342f3b8bc3981eeb4cbb67d46b17bac97b1
Branches:  master

Link:       
http://git.php.net/?p=web/php.git;a=commitdiff;h=09f261e36459d5aed5b6a3ab7c8b27ee6e001bb0

Log:
Change to use "midnight"

Changed paths:
  M  include/branches.inc


Diff:
diff --git a/include/branches.inc b/include/branches.inc
index 4c13321..3b7abf1 100644
--- a/include/branches.inc
+++ b/include/branches.inc
@@ -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(', ',


--
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to