thumbnailer.pl is broken

This commit is contained in:
JT Smith 2007-09-18 18:38:09 +00:00
parent f19522e529
commit dfa0f2d9b3
2 changed files with 2 additions and 0 deletions

View file

@ -3,6 +3,7 @@
- made captcha's harder to defeat by machine
- rfe: Make Layout Templates use separate namespace (News)
- rfe: search assets on class without keywords
- fix: thumbnailer.pl is broken
- fix: crash bug in if modified cache checking
- rfe: Change URL of "news" layout to be something else.
- add type variable to Data Form record loop

View file

@ -13,6 +13,7 @@
# thumbnails.
#-----------------------------------------
use Carp qw(croak);
use File::stat;
use File::Find ();
use Getopt::Long;