Subversion Repositories eFlore/Applications.del

Rev

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

Rev 1247 Rev 1248
Line 237... Line 237...
237
			'</ul>';
237
			'</ul>';
238
		return $description;
238
		return $description;
239
	}
239
	}
Line 240... Line 240...
240
	
240
	
-
 
241
	private function creerAuteur($info) {
-
 
242
		$intitule = '';
241
	private function creerAuteur($info) {
243
		if (isset($info['prenom']) && isset($info['nom'])) {
-
 
244
			$intitule = $info['prenom'].' '.$info['nom'];
-
 
245
		}
242
		return $info['prenom'].' '.$info['nom'];
246
		return $intitule;
Line 243... Line 247...
243
	}
247
	}