From 6d1c629ab79cd5ad04cef0f01c380eb860095167 Mon Sep 17 00:00:00 2001
From: Antoine Pitrou <pitrou@free.fr>
Date: Thu, 28 Nov 2002 22:18:00 +0000
Subject: [PATCH] plop

---
 inc-stats.php3 | 1 -
 1 file changed, 1 deletion(-)

diff --git a/inc-stats.php3 b/inc-stats.php3
index 204d007a1a..6fb39fc17b 100644
--- a/inc-stats.php3
+++ b/inc-stats.php3
@@ -7,7 +7,6 @@ define("_INC_STATS", "1");
 
 function ecrire_stats() {
 	global $id_article, $id_breve, $id_rubrique, $admin_ok;
-	include_ecrire("inc_db_mysql.php3");	// necessaire si on tombe dans le cache
 	include_ecrire("inc_connect.php3");
 	if (!$GLOBALS['db_ok'])
 		return;
-- 
GitLab