Browse Source

Inserindo print log para debug

dev
Claudio.Junior 5 months ago
parent
commit
9e046bd56b
  1. 2
      www/html/aplicativo/discador/kingDiscador.php

2
www/html/aplicativo/discador/kingDiscador.php

@ -326,7 +326,7 @@ function painelTotalContatos($dbcon, $status = null)
$sql .= " and status in ({$statusCamp[$status]}, 99) ";
} else if ($status) {
file_put_contents(PATH_LOG, "\npesquisando pelo ID da campanha: $status\n", FILE_APPEND);
$sql .= "and id_camp = {$status}"; //mudei
$sql .= " and id_camp = {$status}"; //mudei
}
$sql .= "order by 1";

Loading…
Cancel
Save