Download & Extend

OAIHarvester duplicate schema entry 'records_added'

Project:The eXtensible Catalog (XC) Drupal Toolkit
Component:Code
Category:bug report
Priority:normal
Assigned:Unassigned
Status:active

Issue Summary

There is a duplicate entry in the oaihavester.install file, although the record does not seem to be used anywhere in the code...

      'records_added' => array(
        'description' => t('The number of new records harvested from the provider accross all harvest events.'),
        'type' => 'int',
        'length' => '11',
        'not null' => TRUE,
        'default' => 0
      ),
      'records_added' => array(
        'description' => t('The the number of updated or deleted records which were harvested.'),
        'type' => 'int',
        'length' => '11',
        'not null' => TRUE,
        'default' => 0
      ),
nobody click here