Ignore:
Timestamp:
2001-10-09T17:21:29+13:00 (23 years ago)
Author:
sjboddie
Message:

The build process now creates a summary of how many files were included,
which were rejected, etc. A link to a page containing this summary is
provided from the final page of the collector (once the collection is built
successfully) and from the default "about this collection" text for
collections built by the collector.

Also did a little bit of tidying in a couple of places

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/perllib/plugins/WordPlug.pm

    r2515 r2785  
    4545
    4646    my $outhandle = $self->{'outhandle'};   
    47     print $outhandle "WordPlug: passing $_[3] onto $self->{'convert_to'} Plug\n"
     47    print $outhandle "WordPlug: passing $_[3] on to $self->{'convert_to'}Plug\n"
    4848    if $self->{'verbosity'} > 1;
    4949   
     
    5151}
    5252
    53 
    54531;
    55 
Note: See TracChangeset for help on using the changeset viewer.