Subversion Repositories eFlore/Archives.cel-v2

Rev

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

Rev 22 Rev 27
Line 212... Line 212...
212
		metaGen[1][1] = (String)this.get("ci_meta_date") ;
212
		metaGen[1][1] = (String)this.get("ci_meta_date") ;
Line 213... Line 213...
213
		
213
		
214
		return metaGen ;
214
		return metaGen ;
Line -... Line 215...
-
 
215
	}
-
 
216
	
-
 
217
	public String getMotsCles() {
-
 
218
		
-
 
219
		return renvoyerValeurCorrecte("ci_meta_mots_cles") ;
215
	}
220
	}
216
	
221
	
217
	public void miseAJourInfoGenerales(String commentaires, String date)
222
	public void miseAJourInfoGenerales(String commentaires, String date)
Line 218... Line 223...
218
	{
223
	{
219
			put("ci_meta_comment",commentaires) ;
224
			put("ci_meta_comment",commentaires) ;
-
 
225
		
-
 
226
			put("ci_meta_date",date) ;
-
 
227
	}
-
 
228
 
-
 
229
	public void mettreAjourMotsCles(String motsClesEnCours) {
-
 
230
		
220
		
231
		put("ci_meta_mots_cles",motsClesEnCours) ;