From 8b5b6220fa41c6c8eb6c8a7060c4d519f84ea325 Mon Sep 17 00:00:00 2001 From: guilherme guia Date: Mon, 29 May 2023 12:00:30 -0400 Subject: [PATCH] =?UTF-8?q?Corre=C3=A7=C3=A3o=20em=20par=C3=A2metro=20de?= =?UTF-8?q?=20fun=C3=A7=C3=A3o=20que=20n=C3=A3o=20estava=20sendo=20passado?= =?UTF-8?q?,=20assim=20ocasionando=20comportamentos=20inesperados=20no=20c?= =?UTF-8?q?odigo?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- relatorios/pbx/geral/listaUsuarios.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/relatorios/pbx/geral/listaUsuarios.php b/relatorios/pbx/geral/listaUsuarios.php index 646eca5f..98d4b55a 100644 --- a/relatorios/pbx/geral/listaUsuarios.php +++ b/relatorios/pbx/geral/listaUsuarios.php @@ -81,7 +81,7 @@ */ $_SESSION["SSstorageFiltros"] = array($this->___listaSites, $this->___listaEmps, $this->___listaDptos); - return sprintf($filtro, GetEmpresas($dbcon, $this->___listaEmps), GetDeptos($dbcon, $this->___listaEmps), $lkPrint); + return sprintf($filtro, GetEmpresas($dbcon, $this->___listaEmps), GetDeptos($dbcon, $this->___listaEmps, $this->___listaDptos), $lkPrint); } protected function ___GetDadosDb() {