From 945fb1293d49b94d9566451e63f955318f43f464 Mon Sep 17 00:00:00 2001 From: Platonides Date: Fri, 17 Sep 2010 15:07:07 +0000 Subject: [PATCH] Unused globals. --- includes/db/DatabasePostgres.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/db/DatabasePostgres.php b/includes/db/DatabasePostgres.php index cb77de0017..53f417306a 100644 --- a/includes/db/DatabasePostgres.php +++ b/includes/db/DatabasePostgres.php @@ -1283,7 +1283,7 @@ SQL; } function setup_database() { - global $wgVersion, $wgDBmwschema, $wgDBts2schema, $wgDBport, $wgDBuser; + global $wgDBmwschema, $wgDBuser; // Make sure that we can write to the correct schema // If not, Postgres will happily and silently go to the next search_path item -- 2.20.1