Subversion Repositories Applications.framework

Rev

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

Rev 226 Rev 230
Line 243... Line 243...
243
	private static function ajouterErreur($m, $e = E_USER_WARNING) {
243
	private static function ajouterErreur($m, $e = E_USER_WARNING) {
244
		if (Config::get('fw_debogage') === true) {
244
		if (Config::get('fw_debogage') === true) {
245
			trigger_error($m, $e);
245
			trigger_error($m, $e);
246
		}
246
		}
247
	}
247
	}
248
}
-
 
249
248
}
-
 
249
?>
-
 
250
250
251