dindinet / pwi

Automatically exported from code.google.com/p/pwi
0 stars 0 forks source link

showPhotoDate #103

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.showPhotoDate = false
2.in <a the title still shows the date
3.

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

captioun should be without the date.

Please use labels and text to provide additional information.
line 259 of code must be changed to: 
            if (settings.showPhotoDate == "true") {

and then it starts working alright. 

Original issue reported on code.google.com by a...@hifistudio.cz on 5 Apr 2012 at 4:21

GoogleCodeExporter commented 9 years ago
showPhotoDate is not a text setting, but a boolean setting. When configuring 
this setting use:
showPhotoDate: false
and not:
showPhotoDate: "false"

Original comment by borkh...@gmail.com on 28 Jun 2012 at 1:36