Changeset 1978 in subversion for trunk/roundcubemail/program/include/rcube_mdb2.php
- Timestamp:
- Oct 14, 2008 8:49:44 AM (5 years ago)
- File:
-
- 1 edited
-
trunk/roundcubemail/program/include/rcube_mdb2.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/roundcubemail/program/include/rcube_mdb2.php
r1971 r1978 87 87 88 88 if ($this->db_provider == 'pgsql') { 89 $db_options['disable_smart_seqname'] = true;90 $db_options['seqname_format'] = '%s';91 }89 $db_options['disable_smart_seqname'] = true; 90 $db_options['seqname_format'] = '%s'; 91 } 92 92 93 93 $dbh = MDB2::connect($dsn, $db_options);
Note: See TracChangeset
for help on using the changeset viewer.
