diff --git a/htdocs/telephonie/script/commande_presel.php b/htdocs/telephonie/script/commande_presel.php index 849781161a7..0b98db38efc 100644 --- a/htdocs/telephonie/script/commande_presel.php +++ b/htdocs/telephonie/script/commande_presel.php @@ -80,6 +80,11 @@ if ($resql) { $i = 0; $num = $db->num_rows($resql); + + if ($verbose > 2) + { + print $num ." lignes a commander\n"; + } while ($i < $num) {