Subversion Repositories eFlore/Projets.eflore-projets

Compare Revisions

Ignore whitespace Rev 1039 → Rev 1040

/trunk/services/modules/0.1/isfan/Noms.php
233,6 → 233,9
if (strrpos($this->requete_champ, ', basionyme') === false) {
$this->requete_champ .= ', basionyme ';
}
if (strrpos($this->requete_champ, ', num_type') === false) {
$this->requete_champ .= ', num_type ';
}
$this->requete_condition[0] = 'num_nom_retenu = '.
'(SELECT num_nom_retenu FROM '.$this->table.' WHERE '.$this->requete_condition[0].')';
}
/trunk/services/modules/0.1/bdtxa/Noms.php
236,6 → 236,9
if (strrpos($this->requete_champ, ', basionyme') === false) {
$this->requete_champ .= ', basionyme ';
}
if (strrpos($this->requete_champ, ', num_type') === false) {
$this->requete_champ .= ', num_type ';
}
$this->requete_condition[0] = 'num_nom_retenu = '.
'(SELECT num_nom_retenu FROM '.$this->table.' WHERE '.$this->requete_condition[0].')';
}
/trunk/services/modules/0.1/apd/Noms.php
233,6 → 233,9
if (strrpos($this->requete_champ, ', num_basionyme') === false) {
$this->requete_champ .= ', num_basionyme ';
}
if (strrpos($this->requete_champ, ', num_type') === false) {
$this->requete_champ .= ', num_type ';
}
$this->requete_condition[0] = 'num_nom_retenu = '.
'(SELECT num_nom_retenu FROM '.$this->table.' WHERE '.$this->requete_condition[0].')';
}
/trunk/services/modules/0.1/bdtfx/Noms.php
219,6 → 219,9
if (strrpos($this->requete_champ, ', basionyme') === false) {
$this->requete_champ .= ', basionyme ';
}
if (strrpos($this->requete_champ, ', num_type') === false) {
$this->requete_champ .= ', num_type ';
}
$this->requete_condition[0] = 'num_nom_retenu = '.
'(SELECT num_nom_retenu FROM '.$this->table.' WHERE '.$this->requete_condition[0].')';
}
486,6 → 489,7
$num = $tab['num_nom'];
$this->afficherNomHrefRetenu($tab, $num);
$this->afficherDonnees('basionyme', $tab['basionyme']);
$this->afficherDonnees('num_type', $tab['num_type']);
$retour_id_syn['resultat'][$num] = $this->table_retour;
$this->table_retour = array();
}