Lines 1779-1784
sub _do_column_fixes_for_mod {
Link Here
|
1779 |
if (exists $item->{'location'} && !exists $item->{'permanent_location'}) { |
1779 |
if (exists $item->{'location'} && !exists $item->{'permanent_location'}) { |
1780 |
$item->{'permanent_location'} = $item->{'location'}; |
1780 |
$item->{'permanent_location'} = $item->{'location'}; |
1781 |
} |
1781 |
} |
|
|
1782 |
if (exists $item->{'timestamp'}) { |
1783 |
delete $item->{'timestamp'}; |
1784 |
} |
1782 |
} |
1785 |
} |
1783 |
|
1786 |
|
1784 |
=head2 _get_single_item_column |
1787 |
=head2 _get_single_item_column |
1785 |
- |
|
|