Commit 259b5e9a authored by Nico Schallehn's avatar Nico Schallehn

test

parent e7fc3302
......@@ -331,7 +331,7 @@ class Media {
//var_dump($array);
//exit;
foreach ($DataArr as $key => $value) {
foreach ($array as $key => $value) {
if(!in_array($key, array("imdbID", "Season", "SerienName")) ){
$keys[] = trim($key);
$values[] = "'".mysql_escape_string(trim($value))."'"; //TODO ggf. utf8_encode einbauen?!
......
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