Ajout info
This commit is contained in:
parent
cb1d8a0cb0
commit
fa7f28ba72
@ -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)
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user