summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsoranzo2004-11-26 09:32:51 +0000
committersoranzo2004-11-26 09:32:51 +0000
commitd442a9e65d8baf3ed672b93e7f8cbd4e3b21538d (patch)
tree327f1bf92010e8e99befb478a5f8883bdcd6fab8
parent9196a42f7e25b81c2a026b0784bfc2579d8efbb6 (diff)
Fix a misspelling bug and an include
-rw-r--r--help/PostgresDoc80.php4
-rwxr-xr-xintro.php4
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();
?>
-<h1><?php echo "$appName $appVersion (PHP ". $phpversion() .')' ?></h1>
+<h1><?php echo "$appName $appVersion (PHP ". phpversion() .')' ?></h1>
<p><?php echo $lang['strintro'] ?></p>