From df2c223a84f8d85bef2fed1292eee1d5fe3309ac Mon Sep 17 00:00:00 2001 From: Robert Treat Date: Sun, 3 Jun 2012 21:47:08 -0400 Subject: [PATCH] Add help files for 9.1/9.2 docs --- help/PostgresDoc91.php | 13 +++++++++++++ help/PostgresDoc92.php | 13 +++++++++++++ 2 files changed, 26 insertions(+) create mode 100644 help/PostgresDoc91.php create mode 100644 help/PostgresDoc92.php diff --git a/help/PostgresDoc91.php b/help/PostgresDoc91.php new file mode 100644 index 00000000..74e4fea4 --- /dev/null +++ b/help/PostgresDoc91.php @@ -0,0 +1,13 @@ +help_base = sprintf($GLOBALS['conf']['help_base'], '9.1'); + +?> diff --git a/help/PostgresDoc92.php b/help/PostgresDoc92.php new file mode 100644 index 00000000..7cfdfdec --- /dev/null +++ b/help/PostgresDoc92.php @@ -0,0 +1,13 @@ +help_base = sprintf($GLOBALS['conf']['help_base'], '9.2'); + +?> -- 2.39.5