Shanti Subramanyam wrote:
Are you sure ? I just checked the source code and it has the same ...t.jpg ?

       for (int i = 1; i <= ScaleFactors.users; i++) {
           System.out.println("Loading files for user " + i);
           copyTo(img, imgSize, "p" + i + ".jpg");
           copyTo(thumb, thumbSize, "p" + i + "t.jpg");
       }

Shanti

Yes, the Rails app uses ..._thumb.jpg. I probably didn't include the Driver FileLoader.java change to use _thumb.jpg as part of the two patches I submitted to update the Driver. I actually wrote a similar email to the one Will wrote but I never sent it :o(

I'll submit another patch.. tomorrow.

Amanda


William Sobel wrote:
The only issue I can think of is the fsloader for Rails uses the ..._thumb.jpg instead of ...t.jpg. This is needed by the attachment foo plugin. I'll see if I can modify it to bring it back in line with php easily.

Cheers,
- Will Sobel


Reply via email to