From: Guillaume (ioguix) de Rorthais Date: Sun, 11 Apr 2010 22:35:57 +0000 (+0200) Subject: remove last 8.5 references in Postgres.php X-Git-Tag: REL_5-0-BETA-1~52 X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=b45d420a668ab26f14d3ae434069061f04da16b5;p=phppgadmin.git remove last 8.5 references in Postgres.php --- diff --git a/classes/database/Postgres.php b/classes/database/Postgres.php index 72ac39bf..2eeb6198 100755 --- a/classes/database/Postgres.php +++ b/classes/database/Postgres.php @@ -11,7 +11,7 @@ include_once('./classes/database/ADODB_base.php'); class Postgres extends ADODB_base { - var $major_version = 8.5; + var $major_version = 9.0; // Max object name length var $_maxNameLen = 63; // Store the current schema @@ -427,7 +427,7 @@ class Postgres extends ADODB_base { } function getHelpPages() { - include_once('./help/PostgresDoc85.php'); + include_once('./help/PostgresDoc90.php'); return $this->help_page; }