From 46b262e76b6ac2572ee0b07eb729900b5551b6cf Mon Sep 17 00:00:00 2001 From: xzilla Date: Thu, 7 Jun 2007 02:20:20 +0000 Subject: [PATCH] add stubs for 8.3 support --- classes/database/Postgres83.php | 33 +++++++++++++++++++++++++++++++++ help/PostgresDoc83.php | 13 +++++++++++++ 2 files changed, 46 insertions(+) create mode 100644 classes/database/Postgres83.php create mode 100644 help/PostgresDoc83.php diff --git a/classes/database/Postgres83.php b/classes/database/Postgres83.php new file mode 100644 index 00000000..dc2861af --- /dev/null +++ b/classes/database/Postgres83.php @@ -0,0 +1,33 @@ +Postgres82($conn); + } + + // Help functions + + function getHelpPages() { + include_once('./help/PostgresDoc83.php'); + return $this->help_page; + } + +?> diff --git a/help/PostgresDoc83.php b/help/PostgresDoc83.php new file mode 100644 index 00000000..b01f6b46 --- /dev/null +++ b/help/PostgresDoc83.php @@ -0,0 +1,13 @@ +help_base = sprintf($GLOBALS['conf']['help_base'], 'current'); + +?> -- 2.39.5