thomascube
2011-12-16 f94e442469deca30b39f3fa08aade83cbd0ede70
program/include/rcube_mdb2.php
@@ -91,6 +91,8 @@
            $db_options['disable_smart_seqname'] = true;
            $db_options['seqname_format'] = '%s';
        }
        $this->db_error     = false;
        $this->db_error_msg = null;
        $dbh = MDB2::connect($dsn, $db_options);