From e905db13057c84403d33b7007b4a13e9ffbf2ed0 Mon Sep 17 00:00:00 2001 From: thomascube Date: Tue, 14 Oct 2008 12:49:44 +0000 Subject: Set postgres-specific schema options + fix indentation --- program/include/rcube_mdb2.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'program') diff --git a/program/include/rcube_mdb2.php b/program/include/rcube_mdb2.php index eb6cec9c8..b5767e363 100644 --- a/program/include/rcube_mdb2.php +++ b/program/include/rcube_mdb2.php @@ -86,9 +86,9 @@ class rcube_mdb2 'portability' => MDB2_PORTABILITY_ALL ^ MDB2_PORTABILITY_EMPTY_TO_NULL); if ($this->db_provider == 'pgsql') { - $db_options['disable_smart_seqname'] = true; - $db_options['seqname_format'] = '%s'; - } + $db_options['disable_smart_seqname'] = true; + $db_options['seqname_format'] = '%s'; + } $dbh = MDB2::connect($dsn, $db_options); -- cgit v1.2.3