Subversion Repositories eFlore/Applications.coel-consultation

Rev

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

Rev 52 Rev 54
Line 168... Line 168...
168
			$sortie = mb_convert_encoding($chrono, Config::get('sortie_encodage'), Config::get('appli_encodage'));
168
			$sortie = mb_convert_encoding($chrono, Config::get('sortie_encodage'), Config::get('appli_encodage'));
169
		}
169
		}
170
		return $sortie;
170
		return $sortie;
171
	}
171
	}
Line -... Line 172...
-
 
172
	
-
 
173
	/**
-
 
174
	 * Retourne les messages d'exceptions et d'erreurs. 
-
 
175
	 */
-
 
176
	public static function getExceptions() {
-
 
177
		$sortie = GestionnaireException::getExceptions();
-
 
178
		if (Config::get('sortie_encodage') != Config::get('appli_encodage')) {
-
 
179
			$sortie = mb_convert_encoding($sortie, Config::get('sortie_encodage'), Config::get('appli_encodage'));
-
 
180
		}
-
 
181
		return $sortie;
172
	
182
	}
173
}
183
}