More uppercase trues
authorChad Horohoe <demon@users.mediawiki.org>
Fri, 4 Feb 2011 21:00:17 +0000 (21:00 +0000)
committerChad Horohoe <demon@users.mediawiki.org>
Fri, 4 Feb 2011 21:00:17 +0000 (21:00 +0000)
includes/installer/PostgresInstaller.php

index 98b4ebd..597b66b 100644 (file)
@@ -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;