Ignore:
Timestamp:
2018-11-08T17:28:00+13:00 (5 years ago)
Author:
ak19
Message:

Some more tidying up of the code.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone2/perllib/plugins/GreenstoneSQLPlugin.pm

    r32583 r32584  
    407407    my %attr_hash = %_; # right way, see OAIPlugin.pm
    408408    $self->{'doc_oid'} = $attr_hash{'docoid'};
    409     ##print STDERR "XXXXXXXXXXXXXX in SQLPlugin::xml_start_tag()\n";
    410409    print $outhandle "Extracted OID from docsql.xml: ".$self->{'doc_oid'}."\n"
    411410        if $self->{'verbosity'} > 2;
     
    448447   
    449448    print STDERR "   GreenstoneSQLPlugin processing doc $oid (reading into docobj from SQL db)\n"
    450     if $self->{'verbosity'} > 0;
     449    if $self->{'verbosity'};
    451450   
    452451    if($proc_mode eq "all" || $proc_mode eq "meta_only") {
Note: See TracChangeset for help on using the changeset viewer.