Changement d'un nom de variable
This commit is contained in:
parent
c1e5a5e727
commit
bd828228e7
@ -44,10 +44,10 @@ function llxHeader($head = "")
|
||||
if ($result)
|
||||
{
|
||||
|
||||
$num = $db->num_rows();
|
||||
$numr = $db->num_rows();
|
||||
$i = 0;
|
||||
|
||||
while ($i < $num)
|
||||
while ($i < $numr)
|
||||
{
|
||||
$objp = $db->fetch_object($i);
|
||||
$menu->add("account.php3?account=" . $objp->rowid, $objp->label);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user