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.18 2006-06-01 14:42:20 alexandre_tb Exp $
|
22 |
// CVS : $Id: inscription.fonct.php,v 1.19 2006-07-04 09:39:27 alexandre_tb Exp $
|
23 |
// CVS : $Id: inscription.fonct.php,v 1.18 2006-06-01 14:42:20 alexandre_tb Exp $
|
23 |
// CVS : $Id: inscription.fonct.php,v 1.19 2006-07-04 09:39:27 alexandre_tb 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.18 $ $Date: 2006-06-01 14:42:20 $
|
35 |
*@version $Revision: 1.19 $ $Date: 2006-07-04 09:39:27 $
|
36 |
*@version $Revision: 1.18 $ $Date: 2006-06-01 14:42:20 $
|
36 |
*@version $Revision: 1.19 $ $Date: 2006-07-04 09:39:27 $
|
37 |
// +------------------------------------------------------------------------------------------------------+
|
37 |
// +------------------------------------------------------------------------------------------------------+
|
38 |
*/
|
38 |
*/
|
Line 39... |
Line 39... |
39 |
|
39 |
|
40 |
// +------------------------------------------------------------------------------------------------------+
|
40 |
// +------------------------------------------------------------------------------------------------------+
|
Line 268... |
Line 268... |
268 |
} else {
|
268 |
} else {
|
269 |
$n_dpt = substr($valeur['cp'], 0, 2) ;
|
269 |
$n_dpt = substr($valeur['cp'], 0, 2) ;
|
270 |
}
|
270 |
}
|
271 |
$req .= ",".INS_CHAMPS_DEPARTEMENT."='$n_dpt'";
|
271 |
$req .= ",".INS_CHAMPS_DEPARTEMENT."='$n_dpt'";
|
272 |
}
|
272 |
}
|
273 |
if (INS_UTILISE_WIKINI) $req .= ','.INS_CHAMPS_NOM_WIKINI.'="'.$valeur['nomwiki'].'"';
|
273 |
if (INS_UTILISE_WIKINI) $req .= ','.INS_CHAMPS_NOM_WIKINI.'="'.$valeur['nom_wiki'].'"';
|
274 |
return $req ;
|
274 |
return $req ;
|
275 |
}
|
275 |
}
|
Line 714... |
Line 714... |
714 |
}
|
714 |
}
|
Line 715... |
Line 715... |
715 |
|
715 |
|
716 |
/* +--Fin du code ----------------------------------------------------------------------------------------+
|
716 |
/* +--Fin du code ----------------------------------------------------------------------------------------+
|
717 |
*
|
717 |
*
|
- |
|
718 |
* $Log: not supported by cvs2svn $
|
- |
|
719 |
* Revision 1.18 2006/06/01 14:42:20 alexandre_tb
|
- |
|
720 |
* suppression d'un commentaire inutile
|
718 |
* $Log: not supported by cvs2svn $
|
721 |
*
|
719 |
* Revision 1.17 2006/04/28 12:44:05 florian
|
722 |
* Revision 1.17 2006/04/28 12:44:05 florian
|
720 |
* integration bazar
|
723 |
* integration bazar
|
721 |
*
|
724 |
*
|
722 |
* Revision 1.16 2006/04/11 08:41:41 alexandre_tb
|
725 |
* Revision 1.16 2006/04/11 08:41:41 alexandre_tb
|