Commit 2013f0e6 authored by Nico Schallehn's avatar Nico Schallehn

klammer vergessen

parent faf45026
...@@ -84,7 +84,7 @@ class MediaDBViewerAPI{ ...@@ -84,7 +84,7 @@ class MediaDBViewerAPI{
); );
} }
private function iset($Check, $default = null,$Insertbefor = "",$Insertafter = ""){ private function iset($Check, $default = null,$Insertbefor = "",$Insertafter = ""){
return ((isset($Check)OR($Check=="")?$Insertbefor.$Check.$Insertafter:$default); return ((isset($Check)OR($Check==""))?$Insertbefor.$Check.$Insertafter:$default);
} }
function APIrespons($Laufzeit = 0, $respons = ""){ function APIrespons($Laufzeit = 0, $respons = ""){
return array( "API_VERSION"=> API_VERSION, return array( "API_VERSION"=> API_VERSION,
......
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