r7520 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r7519‎ | r7520 | r7521 >
Date:14:57, 24 February 2005
Author:midom
Status:old
Tags:
Comment:
fix typo, DieDebug -> DebugDie
Modified paths:
  • /trunk/phase3/includes/GlobalFunctions.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/GlobalFunctions.php
@@ -965,7 +965,7 @@
966966 * No longer supported and nuked.
967967 */
968968 function wfInvertTimestamp( $ts ) {
969 - wfDieDebugBacktrace("Inverted timestamps should be nuked away from all code\n");
 969+ wfDebugDieBacktrace("Inverted timestamps should be nuked away from all code\n");
970970 return strtr(
971971 $ts,
972972 '0123456789',

Status & tagging log