Commit 2b930934 authored by Nico Schallehn's avatar Nico Schallehn

test

parent c4804527
......@@ -643,7 +643,7 @@ class Media {
echo "Vergleiche:".$entry["role"]." mit ".$DataArr["Schauspieler"][$entry["schauspielerID"]][1].PHP_EOL;
if(!($entry["role"] == $DataArr["Schauspieler"][$entry["schauspielerID"]][1])){
//var_dump($newSchauspieler);
echo "UPDATE FilmSchauspieler SET role='".mysql_real_escape_string($DataArr["Schauspieler"][$entry["schauspielerID"]][1]).
echo "UPDATE FilmSchauspieler SET role='".$mysqli->mysql_real_escape_string($DataArr["Schauspieler"][$entry["schauspielerID"]][1]).
"' WHERE imdbID = '".$entry["imdbID"]."' AND schauspielerID ='".$entry["schauspielerID"]."'".PHP_EOL;
}
exit;
......
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