alecpl
2008-10-24 ec01712a998b35d48be3daaf272779fdbc63cd74
program/include/rcube_mdb2.php
@@ -86,9 +86,9 @@
        '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);