Changeset 16362
- Timestamp:
- 2008-07-11T15:16:16+12:00 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
greenstone3/trunk/web/WEB-INF/cgi/gliserver.pl
r16326 r16362 989 989 } 990 990 991 if (($script eq "import.pl") || ($script eq "buildcol.pl") || ($script eq "mkcol.pl")) { # || ($script eq "schedule.pl") 991 # mkcol.pl and import.pl, buildcol.pl, g2f-import.pl, g2f-buildcol.pl all need the -collectdir option passed 992 my $import_pl = "import.pl"; # import is a reserved word, need to put it in quotes 993 994 if (($script =~ /$import_pl|buildcol.pl/) || ($script eq "mkcol.pl")) { # || ($script eq "schedule.pl") 992 995 my $collect_directory = $gsdl_cgi->get_collection_dir($site); 993 $perl_args = $perl_args . " -collectdir " . $collect_directory;996 $perl_args = $perl_args . " -collectdir \"$collect_directory\""; 994 997 } 995 998
Note:
See TracChangeset
for help on using the changeset viewer.