Subversion Repositories Applications.papyrus

Compare Revisions

Ignore whitespace Rev 297 → Rev 298

/trunk/papyrus/applications/admin_site/bibliotheque/adsi_site.fonct.php
19,7 → 19,7
// | License along with this library; if not, write to the Free Software |
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
// +------------------------------------------------------------------------------------------------------+
// CVS : $Id: adsi_site.fonct.php,v 1.19 2005-02-28 11:07:00 jpm Exp $
// CVS : $Id: adsi_site.fonct.php,v 1.20 2005-03-08 11:17:47 jpm Exp $
/**
* Bibliothèque de fonctions d'admininistration des projets
*
34,7 → 34,7
*@author Alexandre GRANIER <alexandre@tela-botanica.org>
*@author Laurent COUDOUNEAU <lc@gsite.org>
*@copyright Tela-Botanica 2000-2004
*@version $Revision: 1.19 $ $Date: 2005-02-28 11:07:00 $
*@version $Revision: 1.20 $ $Date: 2005-03-08 11:17:47 $
// +------------------------------------------------------------------------------------------------------+
*/
 
41,11 → 41,6
// +------------------------------------------------------------------------------------------------------+
// | ENTÊTE du PROGRAMME |
// +------------------------------------------------------------------------------------------------------+
 
/** Inclusion de la classe Formulaire.
* Elle permet la création rapide de formulaire basé sur les tables Mysql.
*/
require_once ADSI_CHEMIN_BIBLIOTHEQUE_API.'formulaire/FORM_Form.class.php';
if (GEN_FTP_UTILISE) {
/** Inclusion bibliothèque de PEAR gérant le FTP.*/
require_once ADSI_CHEMIN_BIBLIOTHEQUE_PEAR.'Net/FTP.php';
1164,6 → 1159,9
// +- Fin du code source --------------------------------------------------------------------------------+
/*
* $Log: not supported by cvs2svn $
* Revision 1.19 2005/02/28 11:07:00 jpm
* Modification des auteurs.
*
* Revision 1.18 2005/02/28 10:59:07 jpm
* Modification des commentaires et copyright.
*