From d81f562b712f2387fa02290bf2ca86392ab356f2 Mon Sep 17 00:00:00 2001 From: Pierre Schmitz Date: Wed, 11 Oct 2006 20:21:25 +0000 Subject: Aktualisierung auf Version 1.8.1 --- maintenance/cleanupWatchlist.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'maintenance/cleanupWatchlist.php') diff --git a/maintenance/cleanupWatchlist.php b/maintenance/cleanupWatchlist.php index d2925db3..027859a4 100644 --- a/maintenance/cleanupWatchlist.php +++ b/maintenance/cleanupWatchlist.php @@ -70,9 +70,8 @@ class WatchlistCleanup extends FiveUpgrade { $estimatedTotalTime = $delta / $portion; $eta = $this->startTime + $estimatedTotalTime; - global $wgDBname; printf( "%s %s: %6.2f%% done on %s; ETA %s [%d/%d] %.2f/sec <%.2f%% updated>\n", - $wgDBname, + wfWikiID(), wfTimestamp( TS_DB, intval( $now ) ), $portion * 100.0, $this->table, -- cgit v1.2.2