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 */