Subversion Repositories eFlore/Applications.cel

Compare Revisions

Ignore whitespace Rev 2414 → Rev 2415

/trunk/scripts/modules/migration_sauvages/bibliotheque/Dao.php
1,4 → 1,18
<?php
// declare(encoding='UTF-8');
/**
* Contient les requĂȘtes effecturant la migration pour Sauvages.
*
* @category CEL
* @package Scripts
* @subpackage Migration : Sauvages
* @author Mathias CHOUET <mathias@tela-botanica.org>
* @author Jean-Pascal MILCENT <jpm@tela-botanica.org>
* @author Aurelien PERONNET <aurelien@tela-botanica.org>
* @license GPL v3 <http://www.gnu.org/licenses/gpl.txt>
* @license CECILL v2 <http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt>
* @copyright 1999-2014 Tela Botanica <accueil@tela-botanica.org>
*/
class Dao extends Bdd {
 
public function obtenirNbObservationsSauvages() {
49,5 → 63,4
$ajout = $this->requeter($requete);
return ($ajout !== false);
}
}
?>
}