Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 1949 Rev 1951
Line 1... Line 1...
1
<?php
1
<?php
2
/*
2
/*
3
 * @author    Raphaël Droz <raphael@tela-botanica.org>
3
 * @author    Aurélien Peronnet <aurelien@tela-botanica.org>
4
 * @author    David Delon <david.delon@clapas.net>
4
 * @author    David Delon <david.delon@clapas.net>
5
 * @copyright 2010, 2013 Tela-Botanica
5
 * @copyright 2010, 2013 Tela-Botanica
6
 * @license GPL v3 <http://www.gnu.org/licenses/gpl.txt>
6
 * @license GPL v3 <http://www.gnu.org/licenses/gpl.txt>
7
 * @license CECILL v2 <http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt>
7
 * @license CECILL v2 <http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt>
8
 */
8
 */
Line 29... Line 29...
29
		$resultat_transmission = Cel::db()->executer($requete_transmission);
29
		$resultat_transmission = Cel::db()->executer($requete_transmission);
Line 30... Line 30...
30
		
30
		
31
		return ($resultat_transmission != 0);
31
		return ($resultat_transmission != 0);
32
	}
32
	}
-
 
33
}
33
}
34
?>