O codigo referente ao Debug é o seguinte:
$strTeDebugging = ( TagValue::getValueFromTags('DateToDebugging',$arrDadosComputador['te_debugging'] ) == date("Ymd") ? $arrDadosComputador['te_debugging'] :
( TagValue::getValueFromTags('DateToDebugging',$arrDadosRede['te_debugging_local'] ) == date("Ymd") ? $arrDadosRede['te_debugging_local'] :
( TagValue::getValueFromTags('DateToDebugging',$arrDadosRede['te_debugging_subnet'] ) == date("Ymd") ? $arrDadosRede['te_debugging_subnet'] : '') ) );
$strXML_Values .= ( $strTeDebugging ? '<TeDebugging>' : '');
$strXML_Values .= ( $strTeDebugging ? TagValue::getValueFromTags('DetailsToDebugging',$strTeDebugging) : '');
$strXML_Values .= ( $strTeDebugging ? '</TeDebugging>' : '');
Onde esse codigo extrai das tabelas, se a data para debug é a data atual e o valor da tag "DetailsToDebugging".
Minha dúvida é qual valor deve estar contido nessa tag para que o debug seja exibido?
Autor: Paulo Sérgio dos Santos Borges
22 comentários