Posted by rjerome on November 8, 2010 at 1:30pm
1 follower
| 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
),