Home
last modified time | relevance | path

Searched hist:"1 b26d16d86d6a898466211861adc1dff2286da2b" (Results 1 – 1 of 1) sorted by relevance

/dokuwiki/inc/Form/
H A DOptGroup.php1b26d16d86d6a898466211861adc1dff2286da2b Tue Jan 17 10:17:55 UTC 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 problem when trying to use complex array-options with integers as
keys.