Subversion Repositories eFlore/Applications.coel

Compare Revisions

Ignore whitespace Rev 1764 → Rev 1765

/trunk/jrest/services/CoelRecherche.php
241,8 → 241,7
'p' => 'str',
'pr' => 'int',
'str-d' => 'frdepliste',
'veg' => 'int',
'projets' => 'int'
'veg' => 'int'
);
return $this->pretraiterParametresUrl($param, $qs, $params_passes);
}
427,11 → 426,6
}
}
if (isset($p['projets'])) {
$where[] = "cc_ce_projet IN ({$p['projets']})";
$where[] = "cs_ce_projet IN ({$p['projets']})";
}
 
if (isset($p['sci'])) {
$join[] = 'LEFT JOIN coel_structure_valorisation ON (cs_id_structure = csv_id_structure)';