/**
* 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/';
/**
* 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)
$misc->printBody();
?>
-<h1><?php echo "$appName $appVersion (PHP ". $phpversion() .')' ?></h1>
+<h1><?php echo "$appName $appVersion (PHP ". phpversion() .')' ?></h1>
<p><?php echo $lang['strintro'] ?></p>