Clarion 11.13505 - failure in CONTROL.TPW (Legacy)

Failure in Control.tpw - relevant for all legacy applications!

Catastrophic error: The lines 996-998 are now commented out - thus no more relational lookups in all Legacy UpdateWindows (=UpdateFILENAME)

All previous Clarion versions and correct:
#AT(%RefreshWindowBeforeLookup)
#INSERT(%StandardSecondaryLookups)
#ENDAT

In Clarion 11.13505 now with a comment "!"
#!AT(%RefreshWindowBeforeLookup)
#!INSERT(%StandardSecondaryLookups)
#!ENDAT

I can strongly recommend every developer to remove the comments, because otherwise no or wrong data of all related tables will be displayed.