| 86,10 → 86,10 |
| |
| // Construction de la requête |
| $requete = (($this->distinct) ? 'SELECT DISTINCT' : 'SELECT').' num_nom, nom_sci, auteur, annee, '. |
| ' biblio_origine, nom_addendum, num_nom_retenu, presence, exclure_taxref'. |
| 'biblio_origine, nom_addendum, num_nom_retenu, presence, exclure_taxref'. |
| ' FROM '.$referentiel.$this->construireWhere($p, $referentiel). |
| ' ORDER BY '.((!is_null($this->orderby)) ? $this->orderby : 'nom_sci ASC').' '. |
| " LIMIT $this->start, $this->limit "; |
| 'ORDER BY '.((!is_null($this->orderby)) ? $this->orderby : 'nom_sci ASC').' '. |
| "LIMIT $this->start, $this->limit "; |
| |
| // Récupération des résultats |
| try { |