Commit 6783a56ccf19b10d0baab8cf734506472ab20417
1 parent
a5227896
Exists in
master
and in
1 other branch
Correcao navegadores
Showing
1 changed file
with
0 additions
and
2 deletions
Show diff stats
rn/MdEstatisticasColetarRN.php
@@ -471,8 +471,6 @@ class MdEstatisticasColetarRN extends InfraRN { | @@ -471,8 +471,6 @@ class MdEstatisticasColetarRN extends InfraRN { | ||
471 | $rs = BancoSEI::getInstance()->consultarSql($query); | 471 | $rs = BancoSEI::getInstance()->consultarSql($query); |
472 | $lista = array(); | 472 | $lista = array(); |
473 | foreach ($rs as $r) { | 473 | foreach ($rs as $r) { |
474 | - $r['nome'] = | ||
475 | - InfraDebug::getInstance()->gravar('Navegador: ' . json_encode($r) . ' - ' . $r['nome'], InfraLog::$INFORMACAO); | ||
476 | $result = array( | 474 | $result = array( |
477 | 'nome' => utf8_encode($r['nome']), | 475 | 'nome' => utf8_encode($r['nome']), |
478 | 'quantidade' => $r['quantidade'], | 476 | 'quantidade' => $r['quantidade'], |