diff options
author | Pierre Schmitz <pierre@archlinux.de> | 2012-05-03 13:01:35 +0200 |
---|---|---|
committer | Pierre Schmitz <pierre@archlinux.de> | 2012-05-03 13:01:35 +0200 |
commit | d9022f63880ce039446fba8364f68e656b7bf4cb (patch) | |
tree | 16b40fbf17bf7c9ee6f4ead25b16dd192378050a /maintenance/runBatchedQuery.php | |
parent | 27cf83d177256813e2e802241085fce5dd0f3fb9 (diff) |
Update to MediaWiki 1.19.0
Diffstat (limited to 'maintenance/runBatchedQuery.php')
-rw-r--r-- | maintenance/runBatchedQuery.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/maintenance/runBatchedQuery.php b/maintenance/runBatchedQuery.php index 9a6b6383..83e0cab8 100644 --- a/maintenance/runBatchedQuery.php +++ b/maintenance/runBatchedQuery.php @@ -36,7 +36,6 @@ class BatchedQueryRunner extends Maintenance { $this->error( "No query specified. Specify the query as a command line parameter.", true ); $query = $this->getArg(); - $wait = $this->getOption( 'wait', 5 ); $n = 1; $dbw = wfGetDB( DB_MASTER ); do { |