From d5376528fe2a8824e4efac24db0fdc4f8d7d945a Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Fri, 1 Apr 2005 23:09:53 +0000 Subject: [PATCH] Fix: Utilisation d'une variable avec mauvais nom --- htdocs/compta/ventilation/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/compta/ventilation/index.php b/htdocs/compta/ventilation/index.php index d7e338b7d87..2997c58f8cc 100644 --- a/htdocs/compta/ventilation/index.php +++ b/htdocs/compta/ventilation/index.php @@ -95,7 +95,7 @@ if ($resql) print ''.$row[1].''.$row[0].''; $i++; } - $db->free($result); + $db->free($resql); } print "\n";