Subversion Repositories eFlore/Applications.del

Compare Revisions

Ignore whitespace Rev 1913 → Rev 1914

/branches/v1.5-carbone/services/bibliotheque/Sql.php
471,6 → 471,9
$tagMotif = $this->bdd->proteger(implode('|', $tags));
$tagSql = sprintf($sqlTpl, $tagMotif);
$this->addWhere('masque.tag_cel', $tagSql);
if ($this->etreAppliObs()) {
$this->addJoin('LEFT JOIN del_image AS di ON (di.ce_observation = do.id_observation) ');
}
}
if ($this->etreAppliImg()) {
$this->addJoin('LEFT JOIN del_observation AS do ON (di.ce_observation = do.id_observation) ');