Subversion Repositories eFlore/Applications.coel

Compare Revisions

Ignore whitespace Rev 1580 → Rev 1581

/trunk/jrest/services/CoelRecherche.php
115,7 → 115,8
'p' => 'str',
'pr' => 'int',
'str-d' => 'defaut',
'veg' => 'int');
'veg' => 'int',
'projets' => 'int');
$p = $this->traiterParametresUrl(array_keys($params_passes), $param, false);
$this->debug[] = $param;
236,8 → 237,13
}
$where .= 'AND ('.implode(' OR ', $recherche).') ';
}
}
}
if (isset($p['projets'])) {
$where .= "AND cc_ce_projet IN ({$p['projets']}) ".
"AND cs_ce_projet IN ({$p['projets']}) ";
}
$where = str_replace('WHERE AND', 'WHERE', $where);
// Gestion du from en fonction des paramĂȘtres