View | Details | Raw Unified | Return to bug 22723
Collapse All | Expand All

(-)a/Koha/MetadataRecord/Authority.pm (-2 / +1 lines)
Lines 183-189 sub get_all_authorities_iterator { Link Here
183
                )
183
                )
184
            );
184
            );
185
        };
185
        };
186
        confess $@ if ($@);
186
        confess "$@" if ($@);
187
        $record->encoding('UTF-8');
187
        $record->encoding('UTF-8');
188
188
189
        # I'm not sure why we don't use the authtypecode from the database,
189
        # I'm not sure why we don't use the authtypecode from the database,
190
- 

Return to bug 22723