Commit 2c894221 authored by Nico Schallehn's avatar Nico Schallehn

test

parent 21105f6a
...@@ -50,7 +50,7 @@ $StatistikArray = $API->API_GetStatistic(array("Statistik"=>"DBstatistik")); ...@@ -50,7 +50,7 @@ $StatistikArray = $API->API_GetStatistic(array("Statistik"=>"DBstatistik"));
if($_GET["action"] == "filme"){ if($_GET["action"] == "filme"){
$titel = "Filme"; $titel = "Filme";
$MovieArray = $API->API_GetDataList(array("Tabelle"=>"Filme", "Spalten"=>"imdbID,3d,name,added","3d"=>"0","Gesehenzaehler"=>"0","Sortierung"=>"added DESC", "Anzahl" =>"6")); $MovieArray = $API->API_GetDataList(array("Tabelle"=>"Filme", "Spalten"=>"imdbID,3d,name,added","3d"=>"0","Gesehenzaehler"=>"0","Sortierung"=>"added DESC", "Anzahl" =>"20"));
$movies =""; $movies ="";
//var_dump($MovieArray); //var_dump($MovieArray);
foreach ($MovieArray["Data"] as $key => $value) { foreach ($MovieArray["Data"] as $key => $value) {
......
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