Commit b04bb99a authored by Nico Schallehn's avatar Nico Schallehn

test

parent 125276bc
......@@ -76,7 +76,7 @@ class MediaDBViewerAPI{
$GenreArr = $Genre->fetch_array();
//echo $GenreArr["imdbIDs"];
$Where .= ($first?"":" AND ").'imdbID in ('.str_replace(",)", ")", $GenreArr["imdbIDs"]).')';
$Where .= ($first?"":" AND ").str_replace(",)", ")", 'imdbID in ('.$GenreArr["imdbIDs"].')');
$first = 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