Subversion Repositories eFlore/Projets.eflore-projets

Rev

Rev 485 | Rev 872 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 485 Rev 661
Line 139... Line 139...
139
		if ($infraSp != '') {
139
		if ($infraSp != '') {
140
			if ($type != '') {
140
			if ($type != '') {
141
				$this->ajouterTypeEpithete($type);
141
				$this->ajouterTypeEpithete($type);
142
				$html = ' '.sprintf($this->typeEpitheteTpl, $this->abbr[$type], $type);
142
				$html = ' '.sprintf($this->typeEpitheteTpl, $this->abbr[$type], $type);
143
			} else {
143
			} else {
144
				$message = "Nom #%s contient un épithète infra-spécifique mais son type n'est pas renseigné.";
144
				$message = "Nom #{$this->num} contient un épithète infra-spécifique mais son type n'est pas renseigné.";
145
				$this->traiterErreur($message, array($this->num));
145
				throw new Exception($message);
146
			}
146
			}
147
		}
147
		}
148
		return $html;
148
		return $html;
149
	}
149
	}