fixed setup encoding problem - now all is utf8

This commit is contained in:
Ulf Gebhardt 2015-09-11 05:11:05 +02:00
parent 0ac67a9e86
commit 0e657043f0

View File

@ -21,6 +21,7 @@ class QI {
' --user=' . $dbinfo->m_user.
' --password=' . $dbinfo->m_password.
' --database=' . $dbinfo->m_database.
' --default-character-set=utf8'.
' --execute="SOURCE ';
$result = array();
foreach($files as $file){