AshishJoshi-asj / zfdatagrid

Automatically exported from code.google.com/p/zfdatagrid
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Example config .ini file (grid.ini) uses single quotes #168

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Example config ini file should be written with double quotes that get parsed.

If
- deploy.pdf.dir        = APPLICATION_PATH 'Temp/media'
- deploy.word.title     = 'Document title'

variables are exactly that, with quotes.

But, if 
- deploy.pdf.dir        = APPLICATION_PATH "Temp/media"
- deploy.word.title     = "Document title"

variables become parsed, and result is

deploy.pdf.dir        = x:\path\webroot\site/Temp/media
deploy.word.title     = Document title

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?
0.6alpha

Please provide any additional information below.

Original issue reported on code.google.com by vlatko.b...@gmail.com on 15 Feb 2010 at 9:53

GoogleCodeExporter commented 9 years ago
Fixed,

Thanks.

Best Regards,
Bento Vilas Boas

Original comment by pao.fre...@gmail.com on 15 Feb 2010 at 3:01

GoogleCodeExporter commented 9 years ago
Verified

Original comment by vlatko.b...@gmail.com on 16 Feb 2010 at 11:58

GoogleCodeExporter commented 9 years ago

Original comment by bento.vi...@gmail.com on 3 Mar 2010 at 4:56