mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-01 20:29:29 +00:00
uhstat form: moved constant down for better readability
This commit is contained in:
committed by
Andreas Österreicher
parent
022fb26e92
commit
0782de0550
@@ -10,8 +10,8 @@ class UHSTAT1 extends FHC_Controller
|
||||
const CODEX_OESTERREICH = 'A';
|
||||
const CODEX_UNKNOWN_YEAR = 9999;
|
||||
const CODEX_UNKNOWN_NATION = 'XXX';
|
||||
const CODEX_EXCLUDED_NATIONS = ['ZZZ'];
|
||||
const CODEX_UNKNOWN_BILDUNGMAX = 999;
|
||||
const CODEX_EXCLUDED_NATIONS = ['ZZZ'];
|
||||
const LOWER_BOUNDARY_YEARS = 160;
|
||||
const UPPER_BOUNDARY_YEARS = 20;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user