Subversion Repositories eFlore/Applications.cel

Compare Revisions

No changes between revisions

Ignore whitespace Rev 3778 → Rev 3779

/branches/v3.00-serfouette/scripts/modules/pull_plantnet/PullPlantnet.php
128,6 → 128,7
 
private function getProjectLatest(array $project, int $startDate, string $lifecycle): array {
$this->currentProject = $project;
$this->refreshBddConnexion();
 
if (!$this->currentPage) {
echo 'Projet ' . $project['name'] . "\n";
790,4 → 791,10
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
Merged /trunk/scripts:r3778
/branches/v3.00-serfouette
Property changes:
Modified: svn:mergeinfo
Merged /trunk:r3778