Commit: e1668de30805ca3cd8fc0116ced99a9cce9eb712 Author: Sherif Ramadan <[email protected]> Fri, 22 Nov 2013 18:56:23 -0500 Parents: d6887249218bf6788105655f74906525370ca323 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=e1668de30805ca3cd8fc0116ced99a9cce9eb712 Log: Fix prior EOL date commit bug. We don't need the else clause here. Changed paths: M eol.php Diff: diff --git a/eol.php b/eol.php index eb867cf..60229a5 100644 --- a/eol.php +++ b/eol.php @@ -68,8 +68,6 @@ site_header('Unsupported Branches'); $times ) ) . " ago"; - } else { - $eolPeriod = 'uknown...'; } } catch(Exception $e) { $eolPeriod = 'uknown...'; -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
