uhstat form: moved constant down for better readability

This commit is contained in:
Alexei Karpenko
2025-07-02 10:46:34 +02:00
committed by Andreas Österreicher
parent 022fb26e92
commit 0782de0550
+1 -1
View File
@@ -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;