Hello, Brion! You wrote on Mon, 6 Dec 2004 06:34:51 -0800:
BV> On Dec 6, 2004, at 1:01 AM, Andreas Hoerstemeier wrote: ??>> Is it intentionally that the image descirption pages don't show the ??>> picture anymore? IIRC there was some talk to show downscaled pictures ??>> there, especially in the case the image is very high resolution. I can ??>> see the "Download full scale version" link, but no scaled down ??>> version...
BV> Should be fixed now. (Accounts without the max image size option set BV> were not handled right)
Are you sure? I just installed 1.4beta3 on my PC, and one jpg is not shown, other is shown, but for other I get notices:
Undefined variable: maxWidth in $path/includes/ImagePage.php line 72 Undefined variable: maxHeight in $path/includes/ImagePage.php line 76.
I made quick-fix on spot: $maxWidth=400; $maxHeight=400;
but I don't like "magic" numbers...
Some better idea?
-- God speed