Change $indextoword() so that the return value numbers the words from 0 rather than 1
This aligns the function with the documentation and what EPIC4/5 do. I couldn't find any example of an existing script that actually called this function, so hopefully no-one is relying on the old behaviour.
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
[Changes 1.2.2]
|
||||
|
||||
* Change $indextoword() so that the return value numbers the words from 0
|
||||
rather than 1, to align with documentation and EPIC4/5. (caf)
|
||||
|
||||
* Correct issue where flood detection could become unreliable. (caf)
|
||||
|
||||
* Cast check_ext_mail and check_ext_mail_status function pointers to the
|
||||
|
||||
Reference in New Issue
Block a user