Menu

#1 [TikiOne-INI v2.0.1+] Can't store multiple values in section

v1.0_(example)
closed
nobody
None
5
2013-02-14
2012-07-13
No

It seems that since version 2.0.1 of TikiOne-INI, it's not possible to store more than one value in a section.
I thought I was doing something wrong, but I tested with an official example and got the same result.

Take the example from "5/ Store an INI content" from the how-to file:

...
ini2.setKeyValue("my_car", "model", "Yaris");
ini2.setKeyValue("my_car", "company", "Toyota");
...

With 2.0.1 and 2.0.2, only the "model" value is stored, but if I revert back to 2.0.0, both of them are stored.

Discussion

  • Jonathan Lermitage

    Sorry, I didn't watch my Sourceforge bug tracker :p
    Bug confirmed. I'll provide a patch asap.

     
  • Jonathan Lermitage

    Fixed. Will publish 2.0.3 tonight.

     
  • Jonathan Lermitage

    • status: open --> closed
    • milestone: --> v1.0_(example)
     

Log in to post a comment.