1b26d16d | 17-Jan-2017 |
Michael Grosse <grosse@cosmocode.de> |
Allow select-options as arrays with numeric keys
The problem this is solving is that PHP does not allow for array-keys to be strings of ints. It always converts them to actual ints. This caused a pr
Allow select-options as arrays with numeric keys
The problem this is solving is that PHP does not allow for array-keys to be strings of ints. It always converts them to actual ints. This caused a problem when trying to use complex array-options with integers as keys.
show more ...
|