From: Platonides Date: Fri, 17 Sep 2010 15:07:07 +0000 (+0000) Subject: Unused globals. X-Git-Tag: 1.31.0-rc.0~34885 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/banques/ajouter.php?a=commitdiff_plain;h=945fb1293d49b94d9566451e63f955318f43f464;p=lhc%2Fweb%2Fwiklou.git Unused globals. --- 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