What is the purpose of this variable - $langcount?
I have to change its initial value to 0 in /admin/abt.php and use it for my own needs (instead of creating new variable).
I cant find the meaning of $langcount when lookin at the source code, can u help me?
Regards, eering
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
What is the purpose of this variable - $langcount?
I have to change its initial value to 0 in /admin/abt.php and use it for my own needs (instead of creating new variable).
I cant find the meaning of $langcount when lookin at the source code, can u help me?
Regards, eering
This var was used for little JavaScript to copy first name into all other languages (like autofill for items).
Thank you for the fast replay!