Changeset 640


Ignore:
Timestamp:
1999-10-01T12:28:44+12:00 (25 years ago)
Author:
sjboddie
Message:

fixed an error that was causing a 'key: ' line to be sent to plugins

File:
1 edited

Legend:

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

    r537 r640  
    128128        }
    129129        }
     130        $count += &plugin::read ($pluginfo, $base_dir, $docfile, $metadata, $processor, $maxdocs);
    130131    }
    131     $count += &plugin::read ($pluginfo, $base_dir, $docfile, $metadata, $processor, $maxdocs);
    132132    }
    133133
Note: See TracChangeset for help on using the changeset viewer.