bugfix [ 1038129 ] Error importing with filemanagerimport.pl

This commit is contained in:
JT Smith 2004-10-03 20:40:29 +00:00
parent 1966e6466f
commit 0bb4091ade
2 changed files with 4 additions and 2 deletions

View file

@ -4,6 +4,7 @@
- bugfix [ 1038289 ] Performance problems with 6.2
- bugfix [ 1038837 ] Hashing issues (Paul Malabad)
- bugfix [ 1038678 ] 6.2.6- HTML Editor Image/ Collateral
- bugfix [ 1038129 ] Error importing with filemanagerimport.pl
6.2.6

View file

@ -33,6 +33,7 @@ use WebGUI::DateTime;
use WebGUI::Session;
use WebGUI::SQL;
use WebGUI::Utility;
use WebGUI::Wobject::FileManager;
my $configFile;
@ -46,13 +47,13 @@ my $wobjectId;
GetOptions(
'configFile=s'=>\$configFile,
'groupToView=i'=>\$groupToView,
'groupToView=s'=>\$groupToView,
'help'=>\$help,
'override'=>$override,
'pathToFiles=s'=>\$pathToFiles,
'quiet'=>\$quiet,
'webUser=s'=>\$webUser,
'wobjectId=i'=>\$wobjectId
'wobjectId=s'=>\$wobjectId
);