Subversion Repositories Applications.papyrus

Compare Revisions

Ignore whitespace Rev 1721 → Rev 1722

/branches/livraison_aha/client/bottin/bibliotheque/bottin.class.php
26,11 → 26,11
*@version 05 avril 2006
// +-----------------------------------------------------------------------------------------------+
//
// $Id: bottin.class.php,v 1.6 2007-08-27 13:12:15 alexandre_tb Exp $
// $Id: bottin.class.php,v 1.6.2.1 2007-11-22 10:13:54 alexandre_tb Exp $
// FICHIER : $RCSfile: bottin.class.php,v $
// AUTEUR : $Author: alexandre_tb $
// VERSION : $Revision: 1.6 $
// DATE : $Date: 2007-08-27 13:12:15 $
// VERSION : $Revision: 1.6.2.1 $
// DATE : $Date: 2007-11-22 10:13:54 $
*/
 
 
71,7 → 71,11
// Modele de la page de la cartogrphie google
define ('INS_TEMPLATE_CARTO_GOOGLE_ACCUEIL', 11);
 
// Modele du mail apres inscription non modere
define ('INS_TEMPLATE_MAIL_APRES_INSCRIPTION_SUJET', 12);
define ('INS_TEMPLATE_MAIL_APRES_INSCRIPTION_CORPS', 13);
 
 
class inscription extends PEAR {
/**
368,6 → 372,9
//-- Fin du code source ------------------------------------------------------------
/*
* $Log: not supported by cvs2svn $
* Revision 1.6 2007-08-27 13:12:15 alexandre_tb
* ajout de la constante INS_TEMPLATE_CARTO_GOOGLE_ACCUEIL
*
* Revision 1.5 2007-06-25 15:02:50 alexandre_tb
* correction bug
*