diff options
author | soranzo | 2007-11-30 15:27:26 +0000 |
---|---|---|
committer | soranzo | 2007-11-30 15:27:26 +0000 |
commit | d95fd2005e0d1e43fb45f2f012cfcf5049862b6f (patch) | |
tree | b3a7945abdcc6126fdfd3ac783c5373fe75722f7 | |
parent | 8f0b7c4f096c137850f080618a33bbcb6238f443 (diff) |
Update help_base parameters
-rw-r--r-- | help/PostgresDoc82.php | 4 | ||||
-rw-r--r-- | help/PostgresDoc83.php | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/help/PostgresDoc82.php b/help/PostgresDoc82.php index c06bfff2..7b956f0c 100644 --- a/help/PostgresDoc82.php +++ b/help/PostgresDoc82.php @@ -3,11 +3,11 @@ /** * Help links for PostgreSQL 8.2 documentation * - * $Id: PostgresDoc82.php,v 1.2 2006/04/21 03:31:26 chriskl Exp $ + * $Id: PostgresDoc82.php,v 1.3 2007/11/30 15:27:26 soranzo Exp $ */ include('./help/PostgresDoc81.php'); -$this->help_base = sprintf($GLOBALS['conf']['help_base'], 'current'); +$this->help_base = sprintf($GLOBALS['conf']['help_base'], '8.2'); ?> diff --git a/help/PostgresDoc83.php b/help/PostgresDoc83.php index b01f6b46..35758a6c 100644 --- a/help/PostgresDoc83.php +++ b/help/PostgresDoc83.php @@ -3,11 +3,11 @@ /** * Help links for PostgreSQL 8.3 documentation * - * $Id: PostgresDoc83.php,v 1.1 2007/06/07 02:20:20 xzilla Exp $ + * $Id: PostgresDoc83.php,v 1.2 2007/11/30 15:27:26 soranzo Exp $ */ include('./help/PostgresDoc82.php'); -$this->help_base = sprintf($GLOBALS['conf']['help_base'], 'current'); +$this->help_base = sprintf($GLOBALS['conf']['help_base'], '8.3'); ?> |