Commit 7816d7c6 authored by Nico Schallehn's avatar Nico Schallehn

test2

parent 9acba015
...@@ -283,7 +283,10 @@ class MediaDBViewerAPI{ ...@@ -283,7 +283,10 @@ class MediaDBViewerAPI{
$result = $this->query($Query); $result = $this->query($Query);
$resultArr = $result->fetch_array(); $resultArr = $result->fetch_array();
var_dump($resultArr); $tempArray["Checked"] = $resultArr["Checked"];
$tempArray["Views"] = $resultArr["Views"];
$tempArray["Size"] = $resultArr["Size"];
//var_dump($resultArr);
......
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