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:
Kevin Easton
2017-01-01 23:33:25 +11:00
parent 678adbdd40
commit 8975ba93dd
2 changed files with 17 additions and 12 deletions

View File

@@ -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