Commit 55049f23 authored by Nico Schallehn's avatar Nico Schallehn

test

parent 36fea052
......@@ -641,7 +641,7 @@ class Media {
//exit;
//$newSchauspieler = array_search($entry["schauspielerID"], $DataArr["Schauspieler"]);
echo "Vergleiche:".$entry["role"]." mit ".$DataArr["Schauspieler"][$entry["schauspielerID"]][1].PHP_EOL;
//echo "Vergleiche:".$entry["role"]." mit ".$DataArr["Schauspieler"][$entry["schauspielerID"]][1].PHP_EOL;
if(!($entry["role"] == $DataArr["Schauspieler"][$entry["schauspielerID"]][1])){
//var_dump($newSchauspieler);
$SQL = "UPDATE FilmSchauspieler SET role='".$mysqli->real_escape_string($DataArr["Schauspieler"][$entry["schauspielerID"]][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