diff --git a/htdocs/compta/bank/pre.inc.php3 b/htdocs/compta/bank/pre.inc.php3 index 34ab4264059..8e6e59c75bb 100644 --- a/htdocs/compta/bank/pre.inc.php3 +++ b/htdocs/compta/bank/pre.inc.php3 @@ -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);