Commit fbc5f156 authored by Nico Schallehn's avatar Nico Schallehn

test

parent d6de0061
......@@ -297,7 +297,7 @@ class Media {
$result = $mysqli->query("SELECT schauspielerID FROM Schauspieler WHERE name = '".$SchauspielerName."'");
if($result->num_rows>0){
$resultArr = $result->fetch_array();
//echo PHP_EOL.$this->Console->getColoredString("Schauspieler Existiert", "light_gray", "green")." ".$result->num_rows.PHP_EOL;
echo PHP_EOL.$this->Console->getColoredString("Schauspieler Existiert", "light_gray", "green")." ".$SchauspielerName.PHP_EOL;
return $resultArr["schauspielerID"];
}
else{
......
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