Subversion Repositories Applications.papyrus

Compare Revisions

Ignore whitespace Rev 1797 → Rev 1798

/branches/livraison_aha/client/bottin/bibliotheque/inscription.fonct.php
19,7 → 19,7
// | 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.31.2.1 2007-11-22 10:16:23 alexandre_tb Exp $
// CVS : $Id: inscription.fonct.php,v 1.31.2.2 2008-02-08 08:27:27 alexandre_tb Exp $
/**
* Fonctions du module inscription
*
31,7 → 31,7
//Autres auteurs :
*@author Florian Schmitt <florian@ecole-et-nature.org>
*@copyright Tela-Botanica 2000-2004
*@version $Revision: 1.31.2.1 $ $Date: 2007-11-22 10:16:23 $
*@version $Revision: 1.31.2.2 $ $Date: 2008-02-08 08:27:27 $
// +------------------------------------------------------------------------------------------------------+
*/
 
416,7 → 416,7
include_once GEN_CHEMIN_API.'/formulaire/formulaire.fonct.inc.php';
$tableau= formulaire_valeurs_template_champs($GLOBALS['ins_config']['ic_inscription_template']);
$body = '';
for ($i=0; $i<count($tableau); $i++) {
//cas des checkbox et des listes
if ($tableau[$i]['type']=='liste') {
547,6 → 547,9
/* +--Fin du code ----------------------------------------------------------------------------------------+
*
* $Log: not supported by cvs2svn $
* Revision 1.31.2.1 2007-11-22 10:16:23 alexandre_tb
* ajout d un template pour le mail de confirmation d inscription
*
* Revision 1.31 2007-09-06 08:28:32 alexandre_tb
* utilisation du template pour produire les mails de confirmation
*