Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 996 Rev 1014
Line 35... Line 35...
35
 
35
 
36
        if (is_array($resultat_zones_geo)) {
36
        if (is_array($resultat_zones_geo)) {
37
	        $retour = $resultat_zones_geo;
37
	        $retour = $resultat_zones_geo;
Line 38... Line 38...
38
    	}
38
    	}
39
 
-
 
40
		$output = json_encode($retour);
-
 
41
 
-
 
42
		header("content-type: application/json");
39
 
43
		print($output);
-
 
44
		return true;
40
		$this->envoyerJson($retour);			
45
 
41
		return true;	
46
	}
42
	}
47
}
43
}
48
/* +--Fin du code ---------------------------------------------------------------------------------------+
44
/* +--Fin du code ---------------------------------------------------------------------------------------+