PDA

View Full Version : Error when adding old images


kuraca
05-19-2005, 05:54 PM
Whe I upload images to add in previous years (for example 2004), the script save them as 2005.

Is easy to solve that, going to edit the image and changing the date, but I think is a bug.

Also I want to say thanks for this great script.

Joe[y]
05-19-2005, 06:14 PM
i added this bug to the Bug list at sourceforge to make all the developers aware of it. I'll look into it myself in the meantime...

kuraca
05-19-2005, 07:16 PM
Hi,

I found this in the /admin/index (lines 304-306)

<option value='2002'>2005</option>
<option value='2003'>2005</option>
<option value='2004'>2005</option>


And should be:


<option value='2002'>2002</option>
<option value='2003'>2003</option>
<option value='2004'>2004</option>


Kuraca

Joe[y]
05-19-2005, 07:45 PM
i was looking right at those lines earlier! i must be blind .. i can't believe i didn't see that.

Joe[y]
05-19-2005, 07:47 PM
updated on CVS! :lol:

Thanks a lot for that fix!