Commit 097e197a authored by Nico Schallehn's avatar Nico Schallehn

fehlerhafter Buchstabe entfernt ;-)

parent 2c32f950
...@@ -383,7 +383,7 @@ class Media { ...@@ -383,7 +383,7 @@ class Media {
} }
echo "done!".PHP_EOL; echo "done!".PHP_EOL;
$mysqli->close(); $mysqli->close();
return true;a return true;
} }
private function getGenreID($mysqli, $GenreName){ private function getGenreID($mysqli, $GenreName){
$GenreName = $mysqli->real_escape_string($GenreName); $GenreName = $mysqli->real_escape_string($GenreName);
......
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