program/include/rcube_db.inc
@@ -153,8 +153,18 @@ $this->db_handle = $this->dsn_connect($dsn); $this->db_connected = $this->db_handle ? TRUE : FALSE; } /** * Activate/deactivate debug mode * (not implemented) */ function set_debug($dbg = true) { } /** * Getter for error state *