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.5 2005-11-18 16:04:15 florian Exp $
|
22 |
// CVS : $Id: inscription.fonct.php,v 1.6 2005-11-24 16:17:52 florian Exp $
|
23 |
// CVS : $Id: inscription.fonct.php,v 1.5 2005-11-18 16:04:15 florian Exp $
|
23 |
// CVS : $Id: inscription.fonct.php,v 1.6 2005-11-24 16:17:52 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 Aucun
|
33 |
*@author Aucun
|
34 |
*@copyright Tela-Botanica 2000-2004
|
34 |
*@copyright Tela-Botanica 2000-2004
|
35 |
*@version $Revision: 1.5 $ $Date: 2005-11-18 16:04:15 $
|
35 |
*@version $Revision: 1.6 $ $Date: 2005-11-24 16:17:52 $
|
36 |
*@version $Revision: 1.5 $ $Date: 2005-11-18 16:04:15 $
|
36 |
*@version $Revision: 1.6 $ $Date: 2005-11-24 16:17:52 $
|
37 |
// +------------------------------------------------------------------------------------------------------+
|
37 |
// +------------------------------------------------------------------------------------------------------+
|
38 |
*/
|
38 |
*/
|
Line 39... |
Line 39... |
39 |
|
39 |
|
40 |
// +------------------------------------------------------------------------------------------------------+
|
40 |
// +------------------------------------------------------------------------------------------------------+
|
Line 246... |
Line 246... |
246 |
if (isset($valeur['visible'])) $req .= ', '.INS_CHAMPS_VISIBLE.'="'.$valeur['visible'].'"';
|
246 |
if (isset($valeur['visible'])) $req .= ', '.INS_CHAMPS_VISIBLE.'="'.$valeur['visible'].'"';
|
247 |
else $req .= ', '.INS_CHAMPS_VISIBLE.'=0';
|
247 |
else $req .= ', '.INS_CHAMPS_VISIBLE.'=0';
|
Line 248... |
Line 248... |
248 |
|
248 |
|
249 |
if (INS_CHAMPS_LETTRE != '') {
|
249 |
if (INS_CHAMPS_LETTRE != '') {
|
250 |
if (isset($valeur['lettre'])) {
|
250 |
if (isset($valeur['lettre'])) {
|
251 |
$req .= ', '.INS_CHAMPS_LETTRE.'="'.$valeur['lettre'].'"';
|
251 |
$req .= ', '.INS_CHAMPS_LETTRE.'="'.$valeur['lettre'].'" ';
|
252 |
inscription_lettre('inscrire');
|
252 |
inscription_lettre('inscrire');
|
253 |
}
|
253 |
}
|
254 |
else {
|
254 |
else {
|
255 |
$req .= ', '.INS_CHAMPS_LETTRE.'=0';
|
255 |
$req .= ', '.INS_CHAMPS_LETTRE.'=0 ';
|
256 |
inscription_lettre('desinscrire');
|
256 |
inscription_lettre('desinscrire');
|
257 |
}
|
257 |
}
|
Line 258... |
Line 258... |
258 |
}
|
258 |
}
|
Line 647... |
Line 647... |
647 |
}
|
647 |
}
|
Line 648... |
Line 648... |
648 |
|
648 |
|
649 |
/* +--Fin du code ----------------------------------------------------------------------------------------+
|
649 |
/* +--Fin du code ----------------------------------------------------------------------------------------+
|
650 |
*
|
650 |
*
|
- |
|
651 |
* $Log: not supported by cvs2svn $
|
- |
|
652 |
* Revision 1.5 2005/11/18 16:04:15 florian
|
- |
|
653 |
* corrections de bugs, optimisations, tests pour rendre inscription stable.
|
651 |
* $Log: not supported by cvs2svn $
|
654 |
*
|
652 |
* Revision 1.4 2005/11/17 18:48:02 florian
|
655 |
* Revision 1.4 2005/11/17 18:48:02 florian
|
653 |
* corrections bugs + amélioration de l'application d'inscription
|
656 |
* corrections bugs + amélioration de l'application d'inscription
|
654 |
*
|
657 |
*
|
655 |
* Revision 1.3 2005/10/03 09:45:21 alexandre_tb
|
658 |
* Revision 1.3 2005/10/03 09:45:21 alexandre_tb
|