Commit e8732281 authored by Nico Schallehn's avatar Nico Schallehn

test

parent 3bc7ea45
......@@ -573,7 +573,7 @@ class Media {
$first = true;
$update = "";
foreach ($DataArr AS $key=> $value){
if(!in_array($key, array("Schauspieler", "Genre"))){
if(!in_array($key, array("Schauspieler", "Genre", "3d")) AND !in_array($value,array("n/A", ""))){
if(!(md5($Film[$key]) == md5($DataArr[$key]))) {
$update .= " ".($first?"":",").$key." = '".mysql_escape_string($value)."'";
$first = false;
......
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