diff options
Diffstat (limited to 'help/PostgresDoc83.php')
-rw-r--r-- | help/PostgresDoc83.php | 4 |
1 files changed, 2 insertions, 2 deletions
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'); ?> |