Index: trunk/phase3/includes/GlobalFunctions.php |
— | — | @@ -2020,7 +2020,8 @@ |
2021 | 2021 | } else { |
2022 | 2022 | # Bogus value; fall back to the epoch... |
2023 | 2023 | wfDebug("wfTimestamp() fed bogus time value: $outputtype; $ts\n"); |
2024 | | - $uts = 0; |
| 2024 | + |
| 2025 | + return "Invalid date"; |
2025 | 2026 | } |
2026 | 2027 | |
2027 | 2028 | |