Commit a2c355ff authored by Nico Schallehn's avatar Nico Schallehn

test

parent e108e395
...@@ -636,6 +636,8 @@ class Media { ...@@ -636,6 +636,8 @@ class Media {
while($entry = $entrys->fetch_array()){ while($entry = $entrys->fetch_array()){
var_dump($entry); var_dump($entry);
var_dump(array_search($entry["schauspielerID"], $DataArr["Schauspieler"]));
exit;
$newSchauspieler = array_search($entry["schauspielerID"], $DataArr["Schauspieler"]); $newSchauspieler = array_search($entry["schauspielerID"], $DataArr["Schauspieler"]);
echo "Vergleiche:".$entry["role"]." mit ".$newSchauspieler[1].PHP_EOL; echo "Vergleiche:".$entry["role"]." mit ".$newSchauspieler[1].PHP_EOL;
if(!($entry["role"] == $newSchauspieler[1])){ if(!($entry["role"] == $newSchauspieler[1])){
......
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