Ajout info
This commit is contained in:
parent
cb1d8a0cb0
commit
fa7f28ba72
@ -81,6 +81,11 @@ if ($resql)
|
|||||||
$i = 0;
|
$i = 0;
|
||||||
$num = $db->num_rows($resql);
|
$num = $db->num_rows($resql);
|
||||||
|
|
||||||
|
if ($verbose > 2)
|
||||||
|
{
|
||||||
|
print $num ." lignes a commander\n";
|
||||||
|
}
|
||||||
|
|
||||||
while ($i < $num)
|
while ($i < $num)
|
||||||
{
|
{
|
||||||
$obj = $db->fetch_object($resql);
|
$obj = $db->fetch_object($resql);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user