Subversion Repositories eFlore/Applications.cel

Compare Revisions

No changes between revisions

Ignore whitespace Rev 3779 → Rev 3778

/branches/v3.00-serfouette/scripts/modules/pull_plantnet/PullPlantnet.php
128,7 → 128,6
 
private function getProjectLatest(array $project, int $startDate, string $lifecycle): array {
$this->currentProject = $project;
$this->refreshBddConnexion();
 
if (!$this->currentPage) {
echo 'Projet ' . $project['name'] . "\n";
791,10 → 790,4
echo 'LOG - ' . $text . "\n";
}
}
 
private function refreshBddConnexion() {
$this->bdd = null;
$this->log("Fermeture et création d'une nouvelle connexion à la BdD");
$this->bdd = new Bdd();
}
}
/branches/v3.00-serfouette/scripts
Property changes:
Modified: svn:mergeinfo
Reverse-merged /trunk/scripts:r3778
/branches/v3.00-serfouette
Property changes:
Modified: svn:mergeinfo
Reverse-merged /trunk:r3778