- Reset error flag when connecting to (another) database

pull/1/head
alecpl 13 years ago
parent 69f00be516
commit 8b8512fd98

@ -91,6 +91,8 @@ class rcube_mdb2
$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);

Loading…
Cancel
Save