From c0f9562f6a81d6e3c3fe5d135d0fb4759eaf6521 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Tue, 7 Nov 2006 22:56:04 +0000 Subject: [PATCH] =?UTF-8?q?Ajout=20constante=20pour=20g=E9rer=20symbole=20?= =?UTF-8?q?euro?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/master.inc.php | 1 + 1 file changed, 1 insertion(+) diff --git a/htdocs/master.inc.php b/htdocs/master.inc.php index 826a5de0c3e..39d6d5d78eb 100644 --- a/htdocs/master.inc.php +++ b/htdocs/master.inc.php @@ -33,6 +33,7 @@ */ define('DOL_VERSION','2.1-alpha'); +define('EURO',chr(128)); // La fonction clearstatcache ne doit pas etre appelé de manière globale car ralenti. // Elle doit etre appelée uniquement par les pages qui ont besoin d'un cache fichier vidé