Subversion Repositories eFlore/Applications.del

Rev

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

Rev 1823 Rev 1867
Line 1... Line 1...
1
<?php
1
<?php
2
// declare(encoding='UTF-8');
2
// declare(encoding='UTF-8');
3
/**
3
/**
4
 * Le script récupère tous les commentaires et déterminations fait ce jour et envoie un mail
4
 * Récupère tous les commentaires et déterminations fait ce jour et envoie un mail
5
 * aux auteurs des observations récapitulant celle-ci
5
 * aux auteurs des observations récapitulant celle-ci
6
 *
6
 *
7
 * @category	php 5.4
7
 * @category   DEL
8
 * @package		DEL
8
 * @package    Scripts
9
 * @subpackage	Scripts
9
 * @subpackage ADeterminer
10
 * @author		Aurélien PERONNET <aurelien@tela-botanica.org>
10
 * @author     Mathias CHOUET <mathias@tela-botanica.org>
-
 
11
 * @author     Jean-Pascal MILCENT <jpm@tela-botanica.org>
11
 * @copyright	Copyright (c) 2012, Tela Botanica (accueil@tela-botanica.org)
12
 * @author     Aurelien PERONNET <aurelien@tela-botanica.org>
-
 
13
 * @license    GPL v3 <http://www.gnu.org/licenses/gpl.txt>
12
 * @license		CeCILL v2 http://www.cecill.info/licences/Licence_CeCILL_V2-fr.txt
14
 * @license    CECILL v2 <http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt>
13
 * @license		GNU-GPL http://www.gnu.org/licenses/gpl.html
15
 * @copyright  1999-2014 Tela Botanica <accueil@tela-botanica.org>
14
 */
16
 */
15
 
-
 
16
class AlerteMailADeterminer {
17
class AlerteMailADeterminer {
Line 17... Line 18...
17
 
18
 
18
	private $conteneur;
19
	private $conteneur;
19
	private $testeurCourriel = null;
20
	private $testeurCourriel = null;