MantisBT: master 222a5c1e

Author Committer Branch Timestamp Parent
dregad dregad master 2025-10-24 12:39 master 15e513cf
Affected Issues  0036617: PHP 8.5: Increment on non-numeric string is deprecated
Changeset

Refactor building of prefix array

Using range() and array functions instead of foreach loop with string
incrementation.

Fixes deprecation warning on PHP 8.5: Increment on non-numeric string is
deprecated, use str_increment() instead.

Fixes 0036617

mod - manage_user_page.php Diff File