Home
last modified time | relevance | path

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

/dokuwiki/
H A Ddoku.php421c22ae13e8de7f63d1fe6ed683ee4b8a48a8ee Sat May 02 09:01:06 UTC 2015 Andreas Gohr <andi@splitbrain.org> use string for version number. closes #1100

PHP will localize floats (eg. a 45.5 becomes 45,5 in a German locale).
Using a string will prevent that. A fix has been applied on the server end,
but it makes sense to always send the correct message.