Subversion Repositories eFlore/Applications.eflore-consultation

Rev

Rev 1343 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1343 Rev 1351
Line 179... Line 179...
179
	}
179
	}
Line 180... Line 180...
180
 
180
 
181
	private function getCoste() {
181
	private function getCoste() {
182
		$coste = array();
182
		$coste = array();
183
		$this->textes->setProjet('coste');
183
		$this->textes->setProjet('coste');
184
		$this->textes->setId('bdtfx.nn:'.$this->nomCourant->getNnr());
184
		$this->textes->setId('bdtfx.nt:'.$this->nomCourant->getNt());
185
		$texte = $this->textes->getTexte();
185
		$texte = $this->textes->getTexte();
186
		$texte = array_pop($texte['resultats']);
186
		$texte = array_pop($texte['resultats']);
187
		if ($texte) {
187
		if ($texte) {
188
			$coste['titre'] = $texte['titre'];
188
			$coste['titre'] = $texte['titre'];