From ee10c339f8bab24920d77567c6a10b0e48e0be10 Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Mon, 19 Mar 2007 16:42:39 +0000 Subject: [PATCH] Ajout de la fonction clean_html qui permettra de nettoyer le code html lors de l'exportation au format XLS ou CVS pour les accents ou lorsqu'on utilise Fckeditor --- htdocs/lib/functions.inc.php | 1 + 1 file changed, 1 insertion(+) diff --git a/htdocs/lib/functions.inc.php b/htdocs/lib/functions.inc.php index 0de18110f6f..a29bb01230f 100644 --- a/htdocs/lib/functions.inc.php +++ b/htdocs/lib/functions.inc.php @@ -5,6 +5,7 @@ * Copyright (C) 2004 Sebastien Di Cintio * Copyright (C) 2004 Benoit Mortier * Copyright (C) 2004 Christophe Combelles + * Copyright (C) 2005-2007 Regis Houssin * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by