Marius Cramer
2015-08-16 3e783660d8cb49f6c5067baf4c7c3bbcd4975846
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');