Hey,

When you pass item names with multiple words to $readini, the extra words are appended to the result:
Code:
//echo -a $readini(file, n, section, item)
value

//echo -a $readini(file, n, section, item extra stuff)
value extra stuff

The expected behaviour is to use "item" as the item name and not append " extra stuff" to the result.

I'm using version 7.14.


Thanks.