Index: trunk/phase3/includes/installer/PostgresInstaller.php |
— | — | @@ -269,7 +269,7 @@ |
270 | 270 | return Status::newGood(); |
271 | 271 | } |
272 | 272 | |
273 | | - $this->useAdmin = TRUE; |
| 273 | + $this->useAdmin = true; |
274 | 274 | $status = $this->getConnection(); |
275 | 275 | |
276 | 276 | if ( !$status->isOK() ) { |
— | — | @@ -348,7 +348,7 @@ |
349 | 349 | } |
350 | 350 | |
351 | 351 | public function setupPLpgSQL() { |
352 | | - $this->useAdmin = TRUE; |
| 352 | + $this->useAdmin = true; |
353 | 353 | $status = $this->getConnection(); |
354 | 354 | if ( !$status->isOK() ) { |
355 | 355 | return $status; |