Commit 37c7c97f authored by Nico Schallehn's avatar Nico Schallehn

test

parent 4889c797
......@@ -303,7 +303,7 @@ class Media {
return $resultArr["schauspielerID"];
}
else{
$Query = "INSERT INTO Schauspieler (name, schauspielerID) VALUES('".$SchauspielerName."', '".$SchauspielerID."')";
$Query = "INSERT INTO Schauspieler (name, schauspielerID) VALUES('".$SchauspielerName."', '".$SchauspielerID."');";
//echo PHP_EOL.$this->Console->getColoredString("Query", "light_gray", "green")." ".$Query.PHP_EOL;
echo $SchauspielerName.", ";
$mysqli->query($Query);
......
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