From 78101f2bddec6f716769b4f3d7929783b6f14d6a Mon Sep 17 00:00:00 2001 From: Chad Horohoe Date: Fri, 4 Feb 2011 21:00:17 +0000 Subject: [PATCH] More uppercase trues --- includes/installer/PostgresInstaller.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; -- 2.20.1