Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 3601 Rev 3602
Line 45... Line 45...
45
		if($this->parametres == null) {
45
		if($this->parametres == null) {
46
			$this->parametres = array();
46
			$this->parametres = array();
47
		}
47
		}
48
		extract($this->parametres);
48
		extract($this->parametres);
49
		//Chronometre::chrono("Avant groupage");
49
		//Chronometre::chrono("Avant groupage");
50
		if (isset($this->parametres['standard']) && $this->parametres['standard'] = 0) {
50
		if (isset($this->parametres['standard']) && $this->parametres['standard'] == 0) {
51
		    $this->standard = "";
51
		    $this->standard = "";
52
		}
52
		}
Line 53... Line 53...
53
 
53
 
54
		$action = array_shift($ressources);
54
		$action = array_shift($ressources);