Commit:    3e403992c4c32e2e285cf80cdbbda3d82766a254
Author:    Sherif Ramadan <[email protected]>         Fri, 22 Nov 2013 18:56:23 
-0500
Parents:   cad8f0789a3abb94a7271ac51f32edbf09fd3410
Branches:  master

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

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

Reply via email to