Marius Cramer
2015-04-16 64060a4cfc2eb6c0173a93520e92c8249ed4d69f
- fixed installer mysql lib
1 files modified
3 ■■■■ changed files
install/lib/mysql.lib.php 3 ●●●● patch | view | raw | blame | history
install/lib/mysql.lib.php
@@ -69,7 +69,7 @@
        
        if($this->_iConnId) return true;
        $this->dbHost = $conf["mysql"]["host"];
        $this->dbName = '';
        $this->dbName = $conf["mysql"]["database"];
        $this->dbUser = $conf["mysql"]["admin_user"];
        $this->dbPass = $conf["mysql"]["admin_password"];
        $this->dbCharset = $conf["mysql"]["charset"];
@@ -178,7 +178,6 @@
        $this->do_connect();
        //if($this->isConnected == false) return false;
        if ($sQuery == '') {
            $this->_sqlerror('Keine Anfrage angegeben / No query given');
            return false;