removing first parameter from WebGUI::Session->open and other cleanups
This commit is contained in:
parent
29df110409
commit
a141de0ebf
39 changed files with 150 additions and 291 deletions
|
|
@ -10,13 +10,6 @@
|
|||
# http://www.plainblack.com info@plainblack.com
|
||||
#-------------------------------------------------------------------
|
||||
|
||||
our ($webguiRoot);
|
||||
|
||||
BEGIN {
|
||||
$webguiRoot = "..";
|
||||
unshift (@INC, $webguiRoot."/lib");
|
||||
}
|
||||
|
||||
#-----------------------------------------
|
||||
# A little utility to generate WebGUI
|
||||
# thumbnails.
|
||||
|
|
@ -29,6 +22,7 @@ use Pod::Usage;
|
|||
use Image::Magick;
|
||||
|
||||
|
||||
use WebGUI::Paths -inc;
|
||||
use WebGUI::Utility;
|
||||
|
||||
my $thumbnailSize;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue