Subversion Repositories eFlore/Applications.cel

Rev

Rev 3857 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3857 Rev 3941
Line 96... Line 96...
96
		$this->utilisateur = (isset($utilisateur) ? $utilisateur : '*');
96
		$this->utilisateur = (isset($utilisateur) ? $utilisateur : '*');
97
		$this->projet = (isset($projet) ? $projet : '*');
97
		$this->projet = (isset($projet) ? $projet : '*');
98
		$this->tag = (isset($tag) ? $tag : '*');
98
		$this->tag = (isset($tag) ? $tag : '*');
99
		$this->tag = (isset($motcle) ? $motcle : $this->tag);
99
		$this->tag = (isset($motcle) ? $motcle : $this->tag);
100
		if (isset($standard)) {		
100
		if (isset($standard)) {		
101
		    $this->standard = '1';
101
		    $this->standard = $standard;
102
		} elseif (isset($projet) && in_array($projet, array("sauvages", "messicoles", 
102
		} elseif (isset($projet) && in_array($projet, array("sauvages", "messicoles", 
103
		    "arbres-tetards", "arbres-remarquables","missions-flore", "tb_lichensgo", "tb_streets", "bellesdemarue"))) {
103
		    "arbres-tetards", "arbres-remarquables","missions-flore", "tb_lichensgo", "tb_streets", "bellesdemarue"))) {
104
		    $this->standard = '0';
104
		    $this->standard = '0';
105
		} else {
105
		} else {
106
		    $this->standard = '1';
106
		    $this->standard = '1';