-
Bug
-
Resolution: Fixed
-
Major
-
2.0.2
-
None
-
MOODLE_20_STABLE
-
MOODLE_20_STABLE
The problem is that 'a_9'++ overflows and returns 'a_0', please note it works fine in case of 'a9' because it returns 'b0'.
Solution is to use just parameter name prefix and append a static counter value.