From cf07f30cf7e503f91b6125607dc5cd33edc4fad9 Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Fri, 23 Mar 2007 18:04:36 +0000 Subject: [PATCH] =?UTF-8?q?Ajout=20possibilit=E9=20d'enregistrer=20des=20m?= =?UTF-8?q?od=E8les=20d'exports=20afin=20de=20ne=20pas=20les=20selectionne?= =?UTF-8?q?r=20=E0=20chaque=20fois,=20fonctionnalit=E9=20op=E9rationnel=20?= =?UTF-8?q?mais=20reste=20=E0=20la=20fignoler=20!!?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/exports/export.class.php | 1 + htdocs/includes/modules/export/modules_export.php | 3 ++- htdocs/lib/functions.inc.php | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/htdocs/exports/export.class.php b/htdocs/exports/export.class.php index b500e51f93c..ebb484b4f05 100644 --- a/htdocs/exports/export.class.php +++ b/htdocs/exports/export.class.php @@ -1,5 +1,6 @@ + * 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 diff --git a/htdocs/includes/modules/export/modules_export.php b/htdocs/includes/modules/export/modules_export.php index cf7f6980bcc..64184cddffe 100644 --- a/htdocs/includes/modules/export/modules_export.php +++ b/htdocs/includes/modules/export/modules_export.php @@ -1,5 +1,6 @@ +/* Copyright (C) 2005 Laurent Destailleur + * 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 diff --git a/htdocs/lib/functions.inc.php b/htdocs/lib/functions.inc.php index a8da7e5d35b..8acd48cdc09 100644 --- a/htdocs/lib/functions.inc.php +++ b/htdocs/lib/functions.inc.php @@ -2330,7 +2330,7 @@ function clean_html($StringHtml) } /** - \brief Convertir de l'héxadécimal en binaire + \brief Convertir du binaire en héxadécimal \param string bin \return string x */