thomascube
2008-12-01 ffbf910df93d0a29fc8ea5a6fb0fa39e078fa77e
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);