Subversion Repositories Applications.papyrus

Rev

Rev 1332 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1332 Rev 1333
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: questionnaire.php,v 1.1 2007-04-19 14:51:10 florian Exp $
22
// CVS : $Id: questionnaire.php,v 1.1.2.1 2007-04-19 14:51:30 florian Exp $
23
/**
23
/**
24
* Contact
24
* Contact
25
*
25
*
26
* Un module d'envoi de mails a une personne de l'annuaire, choisie par une liste déroulante
26
* Un module d'envoi de mails a une personne de l'annuaire, choisie par une liste déroulante
27
*
27
*
28
*@package inscription
28
*@package inscription
29
//Auteur original :
29
//Auteur original :
30
*@author        Florian SCHMITT <florian@ecole-et-nature.org>
30
*@author        Florian SCHMITT <florian@ecole-et-nature.org>
31
*
31
*
32
*@copyright     Réseau Ecole et Nature 2005
32
*@copyright     Réseau Ecole et Nature 2005
33
*@version       $Revision: 1.1 $ $Date: 2007-04-19 14:51:10 $
33
*@version       $Revision: 1.1.2.1 $ $Date: 2007-04-19 14:51:30 $
34
// +------------------------------------------------------------------------------------------------------+
34
// +------------------------------------------------------------------------------------------------------+
35
*/
35
*/
Line 36... Line 36...
36
 
36
 
37
// +------------------------------------------------------------------------------------------------------+
37
// +------------------------------------------------------------------------------------------------------+