r108611 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r108610
|
r108611
|
r108612
>
Date:
10:38, 11 January 2012
Author:
maxsem
Status:
ok
Tags:
Comment:
Fixed reporting in importDump.txt
Modified paths:
/trunk/phase3/maintenance/importDump.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/phase3/maintenance/importDump.php
—
—
@@ -203,7 +203,7 @@
204
204
}
205
205
206
206
function showReport() {
207
- if ( $this->mQuiet ) {
207
+ if ( !$this->mQuiet ) {
208
208
$delta = wfTime() - $this->startTime;
209
209
if ( $delta ) {
210
210
$rate = sprintf( "%.2f", $this->pageCount / $delta );
Status & tagging log
13:44, 11 January 2012
Nikerabbit
(
talk
|
contribs
)
changed the
status
of r108611
[
removed:
new
added:
ok]