Index: trunk/phase3/includes/db/DatabasePostgres.php |
— | — | @@ -1283,7 +1283,7 @@ |
1284 | 1284 | } |
1285 | 1285 | |
1286 | 1286 | function setup_database() { |
1287 | | - global $wgVersion, $wgDBmwschema, $wgDBts2schema, $wgDBport, $wgDBuser; |
| 1287 | + global $wgDBmwschema, $wgDBuser; |
1288 | 1288 | |
1289 | 1289 | // Make sure that we can write to the correct schema |
1290 | 1290 | // If not, Postgres will happily and silently go to the next search_path item |