Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 996 Rev 1014
Line 30... Line 30...
30
	
30
	
31
		if (isset($uid[0])) {
31
		if (isset($uid[0])) {
32
			$retour = $this->executerRequeteLieu($uid[0]);
32
			$retour = $this->executerRequeteLieu($uid[0]);
Line 33... Line 33...
33
		}
33
		}
34
	
-
 
35
		$output = json_encode($retour);
-
 
36
		
34
	
37
		header("content-type: application/json");
35
		$this->envoyerJson($retour);			
Line 38... Line 36...
38
		print($output);
36
		return true;	
39
	}
37
	}
40
 
38