diff options
| author | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-10-14 12:49:44 +0000 |
|---|---|---|
| committer | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-10-14 12:49:44 +0000 |
| commit | 7910737fa73d507097920fa9ef4c8b5ea6c7939c (patch) | |
| tree | 13706bf6f1e4d46a91fb28de9461340b7b63fc3e /roundcubemail/program/include | |
| parent | e25d7ba8959cb4b340a432da9d51e90101e11d02 (diff) | |
Set postgres-specific schema options + fix indentation
git-svn-id: https://svn.roundcube.net/trunk@1978 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/include')
| -rw-r--r-- | roundcubemail/program/include/rcube_mdb2.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/roundcubemail/program/include/rcube_mdb2.php b/roundcubemail/program/include/rcube_mdb2.php index eb6cec9c8..b5767e363 100644 --- a/roundcubemail/program/include/rcube_mdb2.php +++ b/roundcubemail/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); |
