greenstone.org greenstone wiki greenstone trac planet greenstone

Changeset 16248

Show
Ignore:
Timestamp:
2008-06-30 14:31:34 (3 months ago)
Author:
ak19
Message:

Placeholder comment for schedule.pl script

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • greenstone3/trunk/web/WEB-INF/cgi/gliserver.pl

    r16191 r16248  
    987987    } 
    988988 
    989     if (($script eq "import.pl") || ($script eq "buildcol.pl") || ($script eq "mkcol.pl")) { 
     989    if (($script eq "import.pl") || ($script eq "buildcol.pl") || ($script eq "mkcol.pl")) { # || ($script eq "schedule.pl") 
    990990        my $collect_directory = $gsdl_cgi->get_collection_dir($site);  
    991991        ## previously only done for GS3, now it will do this for GS2 too. Is this how it should be?