Skip to content

Commit

Permalink
Versão 1.0.4 bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
Frederico Gendorf committed May 11, 2018
1 parent d95532a commit 423012c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion code/REPEmpregado.php
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ public function listaEmpregados() {
$cmds = preg_split('/\+/', $proc[0]);
$proc[0] = $cmds[4];
}
print_r($proc);
$listusers = array_merge($listusers, $proc);
$qnt += 10;
} while ($cmds[3] > 0);
Expand Down

0 comments on commit 423012c

Please sign in to comment.