@@ -195,7 +195,7 @@ |
||
| 195 | 195 | $result = null; |
| 196 | 196 | } |
| 197 | 197 | } |
| 198 | - catch(Exception $e) { |
|
| 198 | + catch (Exception $e) { |
|
| 199 | 199 | // I don't care what happened; we'll just not bother |
| 200 | 200 | // overriding our existing dates. |
| 201 | 201 | } |
@@ -194,8 +194,7 @@ |
||
| 194 | 194 | // Improbable dates could cause problems if used in DB queries. |
| 195 | 195 | $result = null; |
| 196 | 196 | } |
| 197 | - } |
|
| 198 | - catch(Exception $e) { |
|
| 197 | + } catch(Exception $e) { |
|
| 199 | 198 | // I don't care what happened; we'll just not bother |
| 200 | 199 | // overriding our existing dates. |
| 201 | 200 | } |