Subversion Repositories Applications.papyrus

Compare Revisions

Ignore whitespace Rev 854 → Rev 855

/trunk/client/bottin/bibliotheque/inscription.fonct.php
19,8 → 19,8
// | 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: inscription.fonct.php,v 1.17 2006-04-28 12:44:05 florian Exp $
// CVS : $Id: inscription.fonct.php,v 1.17 2006-04-28 12:44:05 florian Exp $
// CVS : $Id: inscription.fonct.php,v 1.18 2006-06-01 14:42:20 alexandre_tb Exp $
// CVS : $Id: inscription.fonct.php,v 1.18 2006-06-01 14:42:20 alexandre_tb Exp $
/**
* Fonctions du module inscription
*
32,8 → 32,8
//Autres auteurs :
*@author Florian Schmitt <florian@ecole-et-nature.org>
*@copyright Tela-Botanica 2000-2004
*@version $Revision: 1.17 $ $Date: 2006-04-28 12:44:05 $
*@version $Revision: 1.17 $ $Date: 2006-04-28 12:44:05 $
*@version $Revision: 1.18 $ $Date: 2006-06-01 14:42:20 $
*@version $Revision: 1.18 $ $Date: 2006-06-01 14:42:20 $
// +------------------------------------------------------------------------------------------------------+
*/
 
228,7 → 228,6
if (!isset ($valeur[$val])) $valeur[$val] = '' ;
}
 
//$req .= INS_CHAMPS_NOM_WIKINI.'="'.$valeur['nom_wiki'].'", ' ;
$req .= INS_CHAMPS_MAIL.'="'.addslashes($valeur['email']).'", ' ;
$req .= INS_CHAMPS_PASSE.'="'.md5($valeur['mot_de_passe']).'", '.
INS_CHAMPS_PAYS.'="'.addslashes($valeur['pays']).'", '.
717,6 → 716,9
/* +--Fin du code ----------------------------------------------------------------------------------------+
*
* $Log: not supported by cvs2svn $
* Revision 1.17 2006/04/28 12:44:05 florian
* integration bazar
*
* Revision 1.16 2006/04/11 08:41:41 alexandre_tb
* Ajout du champs nom wiki dans le formulaire si la constante INS_GENERE_NOM_WIKI n'est pas activé
*