Commit e0207a387d0f52f3a098eca796d4a352b1a8ca69

Authored by Eriksen Costa Paixão
1 parent f1a388eb
Exists in master

by Eriksen: Removido código de debugging

ieducar/intranet/include/pmieducar/clsPmieducarServidor.inc.php
... ... @@ -806,7 +806,7 @@ class clsPmieducarServidor
806 806 $sql = "SELECT {$this->_campos_lista2} FROM {$this->_schema}servidor s{$tabela_compl} {$filtros}".$this->getOrderby().$this->getLimite();
807 807  
808 808 $this->_total = $db->CampoUnico( "SELECT COUNT(0) FROM {$this->_schema}servidor s{$tabela_compl} {$filtros}" );
809   -print '<pre>'.$sql.'</pre>';
  809 +
810 810 $db->Consulta( $sql );
811 811  
812 812 if( $countCampos > 1 )
... ...