Commit 8015c0a6 authored by Nico Schallehn's avatar Nico Schallehn

test

parent 3ac2d9ba
......@@ -217,7 +217,7 @@ class Media {
$update ="";
$first = true;
foreach ($newData AS $key=> $value){
if(!($Film[$key] == $newData[$key]) AND !($fskbool) ) {
if(!($Film[$key] == $newData[$key]) AND ($fskbool) ) {
$update .= " ".($first?"":",").$key." = '".$value."'";
......
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