r77332 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r77331‎ | r77332 | r77333 >
Date:15:47, 26 November 2010
Author:platonides
Status:resolved (Comments)
Tags:
Comment:
Follow up r77171
Modified paths:
  • /trunk/phase3/includes/GlobalFunctions.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/GlobalFunctions.php
@@ -2020,7 +2020,8 @@
20212021 } else {
20222022 # Bogus value; fall back to the epoch...
20232023 wfDebug("wfTimestamp() fed bogus time value: $outputtype; $ts\n");
2024 - $uts = 0;
 2024+
 2025+ return "Invalid date";
20252026 }
20262027
20272028

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r77171Bug 25451: time and date calculation in 32-bit ...platonides18:25, 23 November 2010

Comments

#Comment by Catrope (talk | contribs)   17:05, 2 December 2010

Return value was fixed in r77401

Status & tagging log