root
2015-11-19 aa365c418c88ad97ed0e9f0ffa4405fcda717715
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');