Subversion Repositories Sites.obs-saisons.fr

Rev

Rev 313 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 313 Rev 314
Line 174... Line 174...
174
    		$this->afficherFormulaireModificationStation($donnees);
174
    		$this->afficherFormulaireModificationStation($donnees);
175
    		return;
175
    		return;
176
    	}
176
    	}
Line 177... Line 177...
177
    	
177
    	
178
    	$station_dao = new StationDao();
178
    	$station_dao = new StationDao();
Line 179... Line 179...
179
    	$retour_modification = $station_dao->modifierStation($verification_ou_erreurs['id_station'],$verification_ou_erreurs);
179
    	$retour_modification = $station_dao->modifierStation($valeurs_collectees['id_station'], $valeurs_collectees);
180
    	
180
    	
181
    	if($retour_modification) {
181
    	if($retour_modification) {
182
    		$this->afficherInformationsStation();  
182
    		$this->afficherInformationsStation();