Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 529 Rev 536
Line 37... Line 37...
37
		// Initialisation des variables
37
		// Initialisation des variables
38
		$this->parametres_origines = $params;
38
		$this->parametres_origines = $params;
39
		$info = array();
39
		$info = array();
40
		$contenu = '';
40
		$contenu = '';
Line 41... Line 41...
41
		
41
		
42
		if (! $this->etreFluxAdmin() || $this->authentifier()) {
42
		if (! $this->etreFluxAdmin() || $this->authentifierAdmin()) {
43
			// Pré traitement des paramêtres
43
			// Pré traitement des paramêtres
44
			$pour_bdd = false;
44
			$pour_bdd = false;
45
			$p = $this->traiterParametres(array('service', 'format'), $params, $pour_bdd);
45
			$p = $this->traiterParametres(array('service', 'format'), $params, $pour_bdd);
46
			extract($p);
46
			extract($p);