Subversion Repositories eFlore/Applications.coel-consultation

Rev

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

Rev 37 Rev 46
Line 156... Line 156...
156
			$sortie = mb_convert_encoding($sortie, Config::get('sortie_encodage'), Config::get('appli_encodage'));
156
			$sortie = mb_convert_encoding($sortie, Config::get('sortie_encodage'), Config::get('appli_encodage'));
157
		}
157
		}
158
		return $sortie;
158
		return $sortie;
159
	}
159
	}
Line -... Line 160...
-
 
160
	
-
 
161
	/**
-
 
162
	 * Retourne les messages d'exceptions et d'erreurs. 
-
 
163
	 */
-
 
164
	public static function getExceptions() {
-
 
165
		$sortie = GestionnaireException::getExceptions();
-
 
166
		if (Config::get('sortie_encodage') != Config::get('appli_encodage')) {
-
 
167
			$sortie = mb_convert_encoding($sortie, Config::get('sortie_encodage'), Config::get('appli_encodage'));
-
 
168
		}
-
 
169
		return $sortie;
-
 
170
	}
160
	
171
	
161
}
172
}