Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 1765 Rev 1790
Line 464... Line 464...
464
		$item['date_creation_simple'] = strftime('%A %d %B %Y à %H:%M', strtotime($observation['date_creation']));
464
		$item['date_creation_simple'] = strftime('%A %d %B %Y à %H:%M', strtotime($observation['date_creation']));
465
		$item['titre'] = $this->creerTitre($observation);
465
		$item['titre'] = $this->creerTitre($observation);
466
		$item['guid'] = $this->creerGuidItem($observation);
466
		$item['guid'] = $this->creerGuidItem($observation);
467
		$item['lien'] = $this->creerLienItem($observation);
467
		$item['lien'] = $this->creerLienItem($observation);
468
		$item['categorie'] = $this->creerCategorie($item);
468
		$item['categorie'] = $this->creerCategorie($item);
469
		$item['description'] = $this->creerDescription($this->protegerCaracteresHtmlDansChamps($observation), $item);
469
		$item['description'] = $this->creerDescription(Cel::protegerCaracteresHtmlDansChamps($observation), $item);
470
		$item['description_encodee'] = htmlspecialchars($this->creerDescription($observation, $item));
470
		$item['description_encodee'] = htmlspecialchars($this->creerDescription($observation, $item));
471
		$item['modifier_par'] = $observation['id_observation'];
471
		$item['modifier_par'] = $observation['id_observation'];
472
		return $item;
472
		return $item;
473
	}
473
	}