Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 996 Rev 1014
Line 49... Line 49...
49
    	}
49
    	}
Line 50... Line 50...
50
    	
50
    	
51
        $observation = $this->formaterObservationVersTableauSequentiel(&$observation);
51
        $observation = $this->formaterObservationVersTableauSequentiel(&$observation);
Line 52... Line -...
52
		$output = json_encode($observation);
-
 
53
		
52
		$output = json_encode($observation);
54
		header("Content-type: application/json");
-
 
55
		print($output);
53
		
56
 
54
		$this->envoyerJson($output);			
Line 57... Line 55...
57
		return true;
55
		return true;	
Line 58... Line 56...
58
	}
56
	}