Commit 9e005fcb authored by Nico Schallehn's avatar Nico Schallehn

test

parent 49f65948
......@@ -637,7 +637,7 @@ class Media {
while($entry = $entrys->fetch_array()){
$newSchauspieler = array_search($entry["schauspielerID"], $DataArr["Schauspieler"]);
if(!($entry[role] == $newSchauspieler[1])){
if(!($entry["role"] == $newSchauspieler[1])){
var_dump($newSchauspieler);
}
......
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