Ajout possibilité d'enregistrer des modèles d'exports afin de ne pas les selectionner à chaque fois, fonctionnalité opérationnel mais reste à la fignoler !!

This commit is contained in:
Regis Houssin 2007-03-23 18:04:36 +00:00
parent 9b966925e8
commit cf07f30cf7
3 changed files with 4 additions and 2 deletions

View File

@ -1,5 +1,6 @@
<?php <?php
/* Copyright (C) 2005-2006 Laurent Destailleur <eldy@users.sourceforge.net> /* Copyright (C) 2005-2006 Laurent Destailleur <eldy@users.sourceforge.net>
* Copyright (C) 2005-2007 Regis Houssin <regis.houssin@cap-networks.com>
* *
* This program is free software; you can redistribute it and/or modify * 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 * it under the terms of the GNU General Public License as published by

View File

@ -1,5 +1,6 @@
<?php <?php
/* Copyright (C) 2005 Laurent Destailleur <eldy@users.sourceforge.net> /* Copyright (C) 2005 Laurent Destailleur <eldy@users.sourceforge.net>
* Copyright (C) 2005-2007 Regis Houssin <regis.houssin@cap-networks.com>
* *
* This program is free software; you can redistribute it and/or modify * 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 * it under the terms of the GNU General Public License as published by

View File

@ -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 \param string bin
\return string x \return string x
*/ */