|
Lines 306-315
sub _get_usage {
Link Here
|
| 306 |
} |
306 |
} |
| 307 |
|
307 |
|
| 308 |
=head2 _choose_records |
308 |
=head2 _choose_records |
| 309 |
this function takes input of candidate record ids to merging |
309 |
|
| 310 |
and returns |
310 |
@record_ids = _choose_records(@record_ids); |
| 311 |
first the record to merge to |
311 |
|
| 312 |
and list of records to merge from |
312 |
This function sorts the list of record ids, based on the passed |
|
|
313 |
methods (see script options). |
| 314 |
By default, it sorts on usage count. |
| 315 |
It is used in the main loop to decide which record to keep. |
| 316 |
|
| 313 |
=cut |
317 |
=cut |
| 314 |
|
318 |
|
| 315 |
sub _choose_records { |
319 |
sub _choose_records { |
| 316 |
- |
|
|