Subversion Repositories eFlore/Applications.del

Rev

Rev 1682 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1682 Rev 1722
Line 12... Line 12...
12
 * @license		CeCILL v2 http://www.cecill.info/licences/Licence_CeCILL_V2-fr.txt
12
 * @license		CeCILL v2 http://www.cecill.info/licences/Licence_CeCILL_V2-fr.txt
13
 * @license		GNU-GPL http://www.gnu.org/licenses/gpl.html
13
 * @license		GNU-GPL http://www.gnu.org/licenses/gpl.html
14
 */
14
 */
15
class Adeterminer extends DelScript {
15
class Adeterminer extends DelScript {
Line -... Line 16...
-
 
16
 
-
 
17
	protected $parametres_autorises = array(
-
 
18
		'-t' => array(false, true, 'pour tester le script indiquer votre e-mail'));
16
 
19
 
17
	public function executer() {
20
	public function executer() {
18
		try {
21
		try {
Line 19... Line 22...
19
			$this->initialiserProjet('adeterminer');
22
			$this->initialiserProjet('adeterminer');