r13451 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r13450
|
r13451
|
r13452
>
Date:
05:45, 4 April 2006
Author:
brion
Status:
old
Tags:
Comment:
Set $wgRequestTime, so database error exits show the script runtime instead of wacky numbers and PHP notices.
Modified paths:
/trunk/phase3/maintenance/commandLine.inc
(modified) (
history
)
Diff
[
purge
]
Index: trunk/phase3/maintenance/commandLine.inc
—
—
@@ -5,6 +5,8 @@
6
6
* @subpackage Maintenance
7
7
*/
8
8
9
+$wgRequestTime = microtime();
10
+
9
11
/** */
10
12
# Abort if called from a web server
11
13
if ( isset( $_SERVER ) && array_key_exists( 'REQUEST_METHOD', $_SERVER ) ) {
Status & tagging log
01:58, 13 October 2010
😂
(
talk
|
contribs
)
changed the
status
of r13451
[
removed:
new
added:
old]