From 2d107300bea436aaa6eb53b9311d56614908a343 Mon Sep 17 00:00:00 2001 From: Chad Horohoe Date: Mon, 15 Feb 2010 21:53:30 +0000 Subject: [PATCH] Rm 3 unused $wgDBprefixes --- maintenance/parserTests.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/maintenance/parserTests.inc b/maintenance/parserTests.inc index 73b330b7b2..3b2e6f0935 100644 --- a/maintenance/parserTests.inc +++ b/maintenance/parserTests.inc @@ -764,7 +764,7 @@ class ParserTest { } private function teardownDatabase() { - global $wgDBprefix, $wgDBtype; + global $wgDBtype; if ( !$this->databaseSetupDone ) { return; } @@ -1241,7 +1241,7 @@ class DbTestPreviewer extends TestRecorder { * and all that fun stuff */ function start() { - global $wgDBtype, $wgDBprefix; + global $wgDBtype; parent::start(); if( ! $this->db->tableExists( 'testrun' ) @@ -1414,7 +1414,7 @@ class DbTestRecorder extends DbTestPreviewer { * and all that fun stuff */ function start() { - global $wgDBtype, $wgDBprefix, $options; + global $wgDBtype, $options; $this->db->begin(); if( ! $this->db->tableExists( 'testrun' ) -- 2.20.1