Commit 1f4062e2 authored by Nico Schallehn's avatar Nico Schallehn

test

parent d14dcf55
......@@ -571,7 +571,7 @@ class Media {
}
}else{
$keys[] = $key;
$values[] = "'".mysql_escape_string(utf8_encode($value))."'";
$values[] = "'".mysql_escape_string(($value))."'"; //TODO ggf. utf8_encode einbauen?!
}
}
echo " Film eintragen... ";
......
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