From d442a9e65d8baf3ed672b93e7f8cbd4e3b21538d Mon Sep 17 00:00:00 2001 From: soranzo Date: Fri, 26 Nov 2004 09:32:51 +0000 Subject: [PATCH] Fix a misspelling bug and an include --- help/PostgresDoc80.php | 4 ++-- intro.php | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/help/PostgresDoc80.php b/help/PostgresDoc80.php index a6943b04..3c691d5f 100644 --- a/help/PostgresDoc80.php +++ b/help/PostgresDoc80.php @@ -3,10 +3,10 @@ /** * Help links for PostgreSQL 8.0 documentation * - * $Id: PostgresDoc80.php,v 1.2 2004/11/07 12:27:14 soranzo Exp $ + * $Id: PostgresDoc80.php,v 1.3 2004/11/26 09:32:51 soranzo Exp $ */ -include('./help/PostgresDocLinks.php'); +include('./help/PostgresDoc74.php'); $this->help_base = 'http://developer.postgresql.org/docs/postgres/'; diff --git a/intro.php b/intro.php index a16d16be..720aef2a 100755 --- a/intro.php +++ b/intro.php @@ -3,7 +3,7 @@ /** * Intro screen * - * $Id: intro.php,v 1.12 2004/11/25 21:31:09 xzilla Exp $ + * $Id: intro.php,v 1.13 2004/11/26 09:32:51 soranzo Exp $ */ // Include application functions (no db conn) @@ -14,7 +14,7 @@ $misc->printBody(); ?> -

+

-- 2.39.5