accesslist-duplicates: use global $Read

(cherry picked from commit cbb2f067e6)
This commit is contained in:
Christian Hesse 2022-03-08 22:30:01 +01:00
parent 98b08bcbd2
commit fab05ecd7d
3 changed files with 3 additions and 3 deletions

View file

@ -12,7 +12,7 @@
:global GlobalFunctionsReady;
:while ($GlobalFunctionsReady != true) do={ :delay 500ms; }
:local Read do={ :return; }
:global Read;
:local Seen [ :toarray "" ];
:local Shown [ :toarray "" ];

View file

@ -12,7 +12,7 @@
:global GlobalFunctionsReady;
:while ($GlobalFunctionsReady != true) do={ :delay 500ms; }
:local Read do={ :return; }
:global Read;
:local Seen [ :toarray "" ];
:local Shown [ :toarray "" ];

View file

@ -13,7 +13,7 @@
:global GlobalFunctionsReady;
:while ($GlobalFunctionsReady != true) do={ :delay 500ms; }
:local Read do={ :return; }
:global Read;
:local Seen [ :toarray "" ];
:local Shown [ :toarray "" ];