diff options
author | soranzo | 2004-11-26 09:32:51 +0000 |
---|---|---|
committer | soranzo | 2004-11-26 09:32:51 +0000 |
commit | d442a9e65d8baf3ed672b93e7f8cbd4e3b21538d (patch) | |
tree | 327f1bf92010e8e99befb478a5f8883bdcd6fab8 | |
parent | 9196a42f7e25b81c2a026b0784bfc2579d8efbb6 (diff) |
Fix a misspelling bug and an include
-rw-r--r-- | help/PostgresDoc80.php | 4 | ||||
-rwxr-xr-x | 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/'; @@ -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(); ?> -<h1><?php echo "$appName $appVersion (PHP ". $phpversion() .')' ?></h1> +<h1><?php echo "$appName $appVersion (PHP ". phpversion() .')' ?></h1> <p><?php echo $lang['strintro'] ?></p> |