Commit 121d83d4 authored by Nico Schallehn's avatar Nico Schallehn

test

parent 83168c96
...@@ -604,12 +604,15 @@ class Media { ...@@ -604,12 +604,15 @@ class Media {
} }
echo PHP_EOL; echo PHP_EOL;
return true;
}else { }else {
return false;
//echo "Nix zu ändern bei ".$Film["imdbID"]."!".PHP_EOL; //echo "Nix zu ändern bei ".$Film["imdbID"]."!".PHP_EOL;
} }
}else{ }else{
echo $this->Console->error("Film Existiert nicht in der Datenbank!!").PHP_EOL; echo $this->Console->error("Film Existiert nicht in der Datenbank!!").PHP_EOL;
return false;
} }
} }
......
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