MantisBT: master 49a89ed5

Author Committer Branch Timestamp Parent
vboctor vboctor master 2014-10-24 22:16 master 26cd8c7c
Affected Issues  0017533: Adding assoc arrays via config page converts numbers to strings
Changeset

Fix assoc array handling in config page

This issue likely affected integer handling in general. The fix tackles the following:

  • Detect and handle properly numeric strings.
  • Don't do constant replacements when the constants are enclosed in quotation marks.
  • Variable name fix.

Fixes 0017533

mod - adm_config_set.php Diff File