mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-02-14 03:34:38 +00:00
Ensure expanded 'A' is unexpanded in the end.
This commit is contained in:
parent
59108071ba
commit
75ecf68b20
@ -271,6 +271,10 @@ BEGIN
|
||||
tmp_txt := tmp_txt || substring(tmp_confers,counter,1);
|
||||
END IF;
|
||||
END LOOP;
|
||||
IF tmp_txt = ''FBRWU'' THEN
|
||||
-- Shrink that mask back down
|
||||
tmp_txt := ''A'';
|
||||
END IF;
|
||||
RETURN dbg || tmp_txt;
|
||||
END IF;
|
||||
END IF;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user