thomascube
2008-03-19 9814721e8ddee4e26cc58cd47301e5d741048a22
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
   *