Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 3729 Rev 3745
Line 63... Line 63...
63
			$mode = self::SERVICE_DEFAUT;
63
			$mode = self::SERVICE_DEFAUT;
64
		}
64
		}
Line 65... Line 65...
65
 
65
 
Line 66... Line 66...
66
		$this->cel_url_tpl = $this->config['manager']['celUrlTpl'];
66
		$this->cel_url_tpl = $this->config['manager']['celUrlTpl'];
67
 
67
 
68
		if ( !empty( $_POST ) ) { //print_r($_POST);
68
		if ( $_POST !== array() ) { //print_r($_POST);
Line 69... Line 69...
69
			$this->parametres['projet'] = $_POST['projet'];
69
			$this->parametres['projet'] = $_POST['projet'];
70
			$this->parametres['langue'] = $_POST['langue'];
70
			$this->parametres['langue'] = $_POST['langue'];