From 4043f6ee608d2367c53d2491fb793d7950208c15 Mon Sep 17 00:00:00 2001 From: Andrew McMillan Date: Wed, 17 Sep 2008 23:23:41 +1200 Subject: [PATCH] Remove confusing line from example. --- docs/website/installation.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/website/installation.php b/docs/website/installation.php index 840ce065..d374746a 100644 --- a/docs/website/installation.php +++ b/docs/website/installation.php @@ -250,10 +250,8 @@ and is a regular PHP file which sets (or overrides) some specific variables.

// $c->enable_row_linking = true; // $c->default_locale = en_NZ.UTF-8; -// $c->pg_connect[] = 'dbname=davical port=5433 user=davical_app'; $c->pg_connect[] = 'dbname=davical port=5432 user=davical_app'; -

Multiple values may be specified for the PostgreSQL connect string,