Commit e0207a387d0f52f3a098eca796d4a352b1a8ca69
1 parent
f1a388eb
Exists in
master
by Eriksen: Removido código de debugging
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
ieducar/intranet/include/pmieducar/clsPmieducarServidor.inc.php
@@ -806,7 +806,7 @@ class clsPmieducarServidor | @@ -806,7 +806,7 @@ class clsPmieducarServidor | ||
806 | $sql = "SELECT {$this->_campos_lista2} FROM {$this->_schema}servidor s{$tabela_compl} {$filtros}".$this->getOrderby().$this->getLimite(); | 806 | $sql = "SELECT {$this->_campos_lista2} FROM {$this->_schema}servidor s{$tabela_compl} {$filtros}".$this->getOrderby().$this->getLimite(); |
807 | 807 | ||
808 | $this->_total = $db->CampoUnico( "SELECT COUNT(0) FROM {$this->_schema}servidor s{$tabela_compl} {$filtros}" ); | 808 | $this->_total = $db->CampoUnico( "SELECT COUNT(0) FROM {$this->_schema}servidor s{$tabela_compl} {$filtros}" ); |
809 | -print '<pre>'.$sql.'</pre>'; | 809 | + |
810 | $db->Consulta( $sql ); | 810 | $db->Consulta( $sql ); |
811 | 811 | ||
812 | if( $countCampos > 1 ) | 812 | if( $countCampos > 1 ) |