Remove confusing line from example.

This commit is contained in:
Andrew McMillan 2008-09-17 23:23:41 +12:00
parent cdab9637ec
commit 4043f6ee60

View File

@ -250,10 +250,8 @@ and is a regular PHP file which sets (or overrides) some specific variables.</p>
// $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';
</pre>
<p>Multiple values may be specified for the PostgreSQL connect string,