Line 18... |
Line 18... |
18 |
// | |
|
18 |
// | |
|
19 |
// | You should have received a copy of the GNU Lesser General Public |
|
19 |
// | You should have received a copy of the GNU Lesser General Public |
|
20 |
// | License along with this library; if not, write to the Free Software |
|
20 |
// | License along with this library; if not, write to the Free Software |
|
21 |
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
|
21 |
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
|
22 |
// +------------------------------------------------------------------------------------------------------+
|
22 |
// +------------------------------------------------------------------------------------------------------+
|
23 |
// CVS : $Id: adsi_admin.fonct.php,v 1.1 2004-06-16 14:22:26 jpm Exp $
|
23 |
// CVS : $Id: adsi_admin.fonct.php,v 1.2 2004-07-06 17:08:01 jpm Exp $
|
24 |
/**
|
24 |
/**
|
25 |
* Bibliothèque de fonctions pour la manipulation des administrateurs par l'application Administrateur de Papyrus.
|
25 |
* Bibliothèque de fonctions pour la manipulation des administrateurs par l'application Administrateur de Papyrus.
|
26 |
*
|
26 |
*
|
27 |
* Contient principalement des fonctions permettant d'obtenir des informations sur les administrateurs de Papyrus.
|
27 |
* Contient principalement des fonctions permettant d'obtenir des informations sur les administrateurs de Papyrus.
|
28 |
*
|
28 |
*
|
29 |
*@package Administrateur de Sites
|
29 |
*@package Admin_site
|
30 |
*@subpackage Fonctions
|
30 |
*@subpackage Fonctions
|
31 |
//Auteur original :
|
31 |
//Auteur original :
|
32 |
*@author Laurent COUDOUNEAU <lc@gsite.org>
|
32 |
*@author Laurent COUDOUNEAU <lc@gsite.org>
|
33 |
//Autres auteurs :
|
33 |
//Autres auteurs :
|
34 |
*@author Jean-Pascal MILCENT <jpm@tela-botanica.orG>
|
34 |
*@author Jean-Pascal MILCENT <jpm@tela-botanica.orG>
|
35 |
*@copyright Tela-Botanica 2000-2004
|
35 |
*@copyright Tela-Botanica 2000-2004
|
36 |
*@version $Revision: 1.1 $ $Date: 2004-06-16 14:22:26 $
|
36 |
*@version $Revision: 1.2 $ $Date: 2004-07-06 17:08:01 $
|
37 |
// +------------------------------------------------------------------------------------------------------+
|
37 |
// +------------------------------------------------------------------------------------------------------+
|
38 |
**/
|
38 |
**/
|
Line 39... |
Line 39... |
39 |
|
39 |
|
40 |
// +------------------------------------------------------------------------------------------------------+
|
40 |
// +------------------------------------------------------------------------------------------------------+
|
Line 91... |
Line 91... |
91 |
|
91 |
|
92 |
|
92 |
|
93 |
/* +--Fin du code ----------------------------------------------------------------------------------------+
|
93 |
/* +--Fin du code ----------------------------------------------------------------------------------------+
|
- |
|
94 |
*
|
- |
|
95 |
* $Log: not supported by cvs2svn $
|
- |
|
96 |
* Revision 1.1 2004/06/16 14:22:26 jpm
|
- |
|
97 |
* Changement de nom de Génésia en Papyrus.
|
94 |
*
|
98 |
* Changement de l'arborescence.
|
95 |
* $Log: not supported by cvs2svn $
|
99 |
*
|
96 |
* Revision 1.4 2004/04/01 11:24:19 jpm
|
100 |
* Revision 1.4 2004/04/01 11:24:19 jpm
|
97 |
* Ajout et modification de commentaires pour PhpDocumentor.
|
101 |
* Ajout et modification de commentaires pour PhpDocumentor.
|
98 |
*
|
102 |
*
|