From 92206d14df66117dbb5a6d338bcef797856bd344 Mon Sep 17 00:00:00 2001 From: Fil <fil@rezo.net> Date: Thu, 28 Nov 2002 21:47:51 +0000 Subject: [PATCH] =?UTF-8?q?me=20suis=20embrouill=C3=A9=20entre=20le=20bug?= =?UTF-8?q?=20et=20le=20patch=20;)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- inc-stats.php3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc-stats.php3 b/inc-stats.php3 index da29c864b0..204d007a1a 100644 --- a/inc-stats.php3 +++ b/inc-stats.php3 @@ -7,7 +7,7 @@ define("_INC_STATS", "1"); function ecrire_stats() { global $id_article, $id_breve, $id_rubrique, $admin_ok; - include_ecrire("inc_mysql.php3"); // necessaire si on tombe dans le cache + include_ecrire("inc_db_mysql.php3"); // necessaire si on tombe dans le cache include_ecrire("inc_connect.php3"); if (!$GLOBALS['db_ok']) return; -- GitLab