From d9fe1b80c7fe71c5ad04625a595a5982730f5e3c Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 28 Mar 2005 12:11:11 +0000 Subject: [PATCH] =?UTF-8?q?Fix:=20Suppression=20d'une=20lib=E9ration=20de?= =?UTF-8?q?=20resource=20non=20initialis=E9e?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/commande/stats/index.php | 1 - 1 file changed, 1 deletion(-) diff --git a/htdocs/commande/stats/index.php b/htdocs/commande/stats/index.php index dfe3514227a..3f7f8cec267 100644 --- a/htdocs/commande/stats/index.php +++ b/htdocs/commande/stats/index.php @@ -93,7 +93,6 @@ while (list($key, $value) = each ($rows)) } print ''; -$db->free(); $db->close();