mirror of
https://github.com/roundcube/roundcubemail.git
synced 2026-03-18 22:16:50 +01:00
Reason: Having genericly named variable $id in nested loops makes code unreadable. Replacing generic name '$id' with '$ENTITIY_id' format removes all ambiguity.