Line 17... |
Line 17... |
17 |
// | |
|
17 |
// | |
|
18 |
// | You should have received a copy of the GNU Lesser General Public |
|
18 |
// | You should have received a copy of the GNU Lesser General Public |
|
19 |
// | License along with this library; if not, write to the Free Software |
|
19 |
// | License along with this library; if not, write to the Free Software |
|
20 |
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
|
20 |
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
|
21 |
// +------------------------------------------------------------------------------------------------------+
|
21 |
// +------------------------------------------------------------------------------------------------------+
|
22 |
// CVS : $Id: inscription.fonct.php,v 1.22 2006-10-05 13:53:53 florian Exp $
|
22 |
// CVS : $Id: inscription.fonct.php,v 1.23 2006-12-01 13:23:15 florian Exp $
|
23 |
// CVS : $Id: inscription.fonct.php,v 1.22 2006-10-05 13:53:53 florian Exp $
|
23 |
// CVS : $Id: inscription.fonct.php,v 1.23 2006-12-01 13:23:15 florian Exp $
|
24 |
/**
|
24 |
/**
|
25 |
* Fonctions du module inscription
|
25 |
* Fonctions du module inscription
|
26 |
*
|
26 |
*
|
27 |
* Fonctions du module inscription
|
27 |
* Fonctions du module inscription
|
28 |
*
|
28 |
*
|
Line 30... |
Line 30... |
30 |
//Auteur original :
|
30 |
//Auteur original :
|
31 |
*@author Alexandre Granier <alexandre@tela-botanica.org>
|
31 |
*@author Alexandre Granier <alexandre@tela-botanica.org>
|
32 |
//Autres auteurs :
|
32 |
//Autres auteurs :
|
33 |
*@author Florian Schmitt <florian@ecole-et-nature.org>
|
33 |
*@author Florian Schmitt <florian@ecole-et-nature.org>
|
34 |
*@copyright Tela-Botanica 2000-2004
|
34 |
*@copyright Tela-Botanica 2000-2004
|
35 |
*@version $Revision: 1.22 $ $Date: 2006-10-05 13:53:53 $
|
35 |
*@version $Revision: 1.23 $ $Date: 2006-12-01 13:23:15 $
|
36 |
*@version $Revision: 1.22 $ $Date: 2006-10-05 13:53:53 $
|
36 |
*@version $Revision: 1.23 $ $Date: 2006-12-01 13:23:15 $
|
37 |
// +------------------------------------------------------------------------------------------------------+
|
37 |
// +------------------------------------------------------------------------------------------------------+
|
38 |
*/
|
38 |
*/
|
Line 39... |
Line 39... |
39 |
|
39 |
|
40 |
// +------------------------------------------------------------------------------------------------------+
|
40 |
// +------------------------------------------------------------------------------------------------------+
|
41 |
// | ENTETE du PROGRAMME |
|
41 |
// | ENTETE du PROGRAMME |
|
Line 42... |
Line 42... |
42 |
// +------------------------------------------------------------------------------------------------------+
|
42 |
// +------------------------------------------------------------------------------------------------------+
|
43 |
|
43 |
|
44 |
include_once 'inscription.fonct.wiki.php' ;
|
44 |
include_once 'inscription.fonct.wiki.php' ;
|
45 |
include_once 'inscription.class.php' ;
|
- |
|
46 |
if (INS_UTILISE_SPIP) include_once 'inscription.fonct.spip.php' ;
|
- |
|
47 |
//require_once 'HTML/QuickForm.php' ;
|
- |
|
Line 48... |
Line 45... |
48 |
//require_once 'HTML/QuickForm/checkbox.php' ;
|
45 |
include_once 'inscription.class.php' ;
|
49 |
//require_once 'HTML/QuickForm/password.php' ;
|
46 |
if (INS_UTILISE_SPIP) include_once 'inscription.fonct.spip.php' ;
|
50 |
|
47 |
|
Line 719... |
Line 716... |
719 |
}
|
716 |
}
|
Line 720... |
Line 717... |
720 |
|
717 |
|
721 |
/* +--Fin du code ----------------------------------------------------------------------------------------+
|
718 |
/* +--Fin du code ----------------------------------------------------------------------------------------+
|
722 |
*
|
719 |
*
|
- |
|
720 |
* $Log: not supported by cvs2svn $
|
- |
|
721 |
* Revision 1.22 2006/10/05 13:53:53 florian
|
- |
|
722 |
* amélioration des fichiers sql
|
723 |
* $Log: not supported by cvs2svn $
|
723 |
*
|
724 |
* Revision 1.21 2006/09/20 13:10:01 alexandre_tb
|
724 |
* Revision 1.21 2006/09/20 13:10:01 alexandre_tb
|
725 |
* Ajout d'un test sur la lettre d'actualité
|
725 |
* Ajout d'un test sur la lettre d'actualité
|
726 |
*
|
726 |
*
|
727 |
* Revision 1.20 2006/07/06 10:33:58 alexandre_tb
|
727 |
* Revision 1.20 2006/07/06 10:33:58 alexandre_tb
|