Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 3633 Rev 3743
Line 30... Line 30...
30
 * @license    CECILL v2 <http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt>
30
 * @license    CECILL v2 <http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt>
31
 * @copyright  1999-2014 Tela Botanica <accueil@tela-botanica.org>
31
 * @copyright  1999-2014 Tela Botanica <accueil@tela-botanica.org>
32
 */
32
 */
33
// TODO : supprimer le TRIM quand les obs seront reliées correctements aux localisations (sur le code INSEE par exemple)
33
// TODO : supprimer le TRIM quand les obs seront reliées correctements aux localisations (sur le code INSEE par exemple)
34
class CelWidgetMapPoint extends Cel {
34
class CelWidgetMapPoint extends Cel {
666
						date_observation LIKE $date
660
						date_observation LIKE $date
667
						OR date_creation LIKE $date
661
						OR date_creation LIKE $date
668
						OR date_modification LIKE $date
662
						OR date_modification LIKE $date
669
						OR date_transmission LIKE $date) ";
663
						OR date_transmission LIKE $date) ";
1311
}
1305
}
1312
?>
1306
?>