Commit 1c2ab77d authored by Nico Schallehn's avatar Nico Schallehn

test

parent d881769e
......@@ -221,7 +221,8 @@ class Media {
//$ret->num_rows
foreach ($DataArr as $key => $value) {
if(in_array($key, array("Genre", "Schauspieler")) ){
echo " ".$key." => '".implode("|", $value)."'".PHP_EOL;
//echo " ".$key." => '".implode("|", )."'".PHP_EOL;
var_dump($value);
}else{
echo " ".$key." => '".$value."'".PHP_EOL;
}
......
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