Till Brehm
2015-11-14 4890d168493974a409b7eca74f9075c22f04e5a8
install/lib/mysql.lib.php
@@ -104,6 +104,7 @@
   
   public function setDBName($name) {
      $this->dbName = $name;
      $this->_iConnId = mysqli_connect($this->dbHost, $this->dbUser, $this->dbPass);
      if(!((bool)mysqli_query( $this->_iConnId, 'USE `' . $this->dbName . '`'))) {
         $this->close();
         $this->_sqlerror('Datenbank nicht gefunden / Database not found');