Commit 5ec127e3 authored by Nico Schallehn's avatar Nico Schallehn

test

parent 05362f4e
......@@ -44,7 +44,9 @@ class MediaDBAPI{
//var_dump($this->DB_Objekt);
if($this->DB_Objekt->connect_error != ""){
$ret = false;
}else{ $ret = true; }
}else{
$this->query("SET NAMES 'utf8'");
$ret = true; }
}else{ $ret = false; }
}else{ $ret = false; }
$db->close();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment