From: Chad Horohoe Date: Tue, 28 Sep 2010 15:53:24 +0000 (+0000) Subject: Followup r73884, remove unused file (obsoleted in r68544) X-Git-Tag: 1.31.0-rc.0~34760 X-Git-Url: https://git.cyclocoop.org/%27.WWW_URL.%27admin/?a=commitdiff_plain;h=6ab191b801726afbe3ea298dfa61467af5c42810;p=lhc%2Fweb%2Fwiklou.git Followup r73884, remove unused file (obsoleted in r68544) --- diff --git a/maintenance/parserTestsParserTime.php b/maintenance/parserTestsParserTime.php deleted file mode 100644 index 17048dc746..0000000000 --- a/maintenance/parserTestsParserTime.php +++ /dev/null @@ -1,40 +0,0 @@ - - */ - -$wgHooks['ParserGetVariableValueTs'][] = 'wfParserTimeSetup'; - -function wfParserTimeSetup( &$parser, &$ts ) { - $ts = 123; // $ perl -le 'print scalar localtime 123' ==> Thu Jan 1 00:02:03 1970 - - return true; -} -