Commit 63845d89 authored by Nico Schallehn's avatar Nico Schallehn

test

parent 90b21095
......@@ -43,7 +43,7 @@ class MediaDBViewerAPI{
else{
// Array für istgleich vergleiche
$IstgleichArr = array("imdbID", "3d");
$IstgleichArr = array("imdbID" => "imdbID", "3d" => "3d");
// Array für größer Kleiner Vergleich
$GrossKleinerArr = array("Jahr" => "year", "Groesse" => "size");
......
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