Skip to content

Commit

Permalink
Fix prior EOL date commit bug.
Browse files Browse the repository at this point in the history
We don't need the else clause here.
  • Loading branch information
srgoogleguy committed Nov 22, 2013
1 parent cad8f07 commit 3e40399
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions eol.php
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,6 @@ function($t) {
$times
)
) . " ago";
} else {
$eolPeriod = 'uknown...';
}
} catch(Exception $e) {
$eolPeriod = 'uknown...';
Expand Down

0 comments on commit 3e40399

Please sign in to comment.