1
0

debug presence

This commit is contained in:
2022-09-03 21:10:38 +02:00
parent 3e01933e13
commit 21e95ec286
6 changed files with 68 additions and 46 deletions

View File

@ -485,7 +485,7 @@ function PropertiesDashboard($argList)
logger(INFO, _("propertiesDashboard function"), __FILE__ . ":" . __LINE__);
$response = insertJavascript();
$property = $argList["property"];
print_r($indexProperties[$property]);
//print_r($indexProperties[$property]);
foreach($indexProperties as $propertyName => $index)
{
if (str_contains($propertyName, $property ))