From: Chad Horohoe Date: Fri, 4 Feb 2011 21:00:17 +0000 (+0000) Subject: More uppercase trues X-Git-Tag: 1.31.0-rc.0~32199 X-Git-Url: http://git.cyclocoop.org/fichier?a=commitdiff_plain;h=78101f2bddec6f716769b4f3d7929783b6f14d6a;p=lhc%2Fweb%2Fwiklou.git More uppercase trues --- diff --git a/includes/installer/PostgresInstaller.php b/includes/installer/PostgresInstaller.php index 98b4ebd945..597b66b86b 100644 --- a/includes/installer/PostgresInstaller.php +++ b/includes/installer/PostgresInstaller.php @@ -269,7 +269,7 @@ class PostgresInstaller extends DatabaseInstaller { return Status::newGood(); } - $this->useAdmin = TRUE; + $this->useAdmin = true; $status = $this->getConnection(); if ( !$status->isOK() ) { @@ -348,7 +348,7 @@ class PostgresInstaller extends DatabaseInstaller { } public function setupPLpgSQL() { - $this->useAdmin = TRUE; + $this->useAdmin = true; $status = $this->getConnection(); if ( !$status->isOK() ) { return $status;