Skip to content
Snippets Groups Projects
Commit d0fc019d authored by tbrehm's avatar tbrehm
Browse files

No commit message

No commit message
parent e65b04a9
No related branches found
No related tags found
No related merge requests found
...@@ -52,6 +52,7 @@ EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ...@@ -52,6 +52,7 @@ EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
$this->dbName = $conf["db_database"]; $this->dbName = $conf["db_database"];
$this->dbUser = $conf["db_user"]; $this->dbUser = $conf["db_user"];
$this->dbPass = $conf["db_password"]; $this->dbPass = $conf["db_password"];
$this->dbCharset = $conf['db_charset'];
//$this->connect(); //$this->connect();
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment