From 4ea6b6053b1cba153cfb3ef256e6f9295d697ede Mon Sep 17 00:00:00 2001 From: Robert Treat Date: Sun, 15 Feb 2015 22:02:15 -0500 Subject: [PATCH] Fix help links for pg 9.3 / 9.4 --- help/PostgresDoc93.php | 13 +++++++++++++ help/PostgresDoc94.php | 13 +++++++++++++ 2 files changed, 26 insertions(+) create mode 100644 help/PostgresDoc93.php create mode 100644 help/PostgresDoc94.php diff --git a/help/PostgresDoc93.php b/help/PostgresDoc93.php new file mode 100644 index 00000000..014b0c84 --- /dev/null +++ b/help/PostgresDoc93.php @@ -0,0 +1,13 @@ +help_base = sprintf($GLOBALS['conf']['help_base'], '9.3'); + +?> diff --git a/help/PostgresDoc94.php b/help/PostgresDoc94.php new file mode 100644 index 00000000..94a1dedc --- /dev/null +++ b/help/PostgresDoc94.php @@ -0,0 +1,13 @@ +help_base = sprintf($GLOBALS['conf']['help_base'], '9.4'); + +?> -- 2.39.5