Bug 24161: Add the Koha::Acquisition::Order::Claim[s] classes
[koha-ffzg.git] / C4 / Charset.pm
index 86b8c15..c6e36a1 100644 (file)
@@ -29,8 +29,6 @@ use Encode qw( decode encode is_utf8 );
 use vars qw(@ISA @EXPORT @EXPORT_OK %EXPORT_TAGS);
 
 BEGIN {
-    # set the version for version checking
-    $VERSION = 3.07.00.049;
     require Exporter;
     @ISA    = qw(Exporter);
     @EXPORT = qw(
@@ -442,7 +440,7 @@ sub SanitizeRecord {
     my $record_modified = 0;
     my $frameworkcode   = C4::Biblio::GetFrameworkCode($biblionumber);
     my ( $url_field, $url_subfield ) =
-      C4::Biblio::GetMarcFromKohaField( 'biblioitems.url', $frameworkcode );
+      C4::Biblio::GetMarcFromKohaField( 'biblioitems.url' );
     foreach my $field ( $record->fields() ) {
         if ( $field->is_control_field() ) {
             my $value           = $field->data();
@@ -765,7 +763,7 @@ where the eight bit is set) octet with the Unicode
 replacement character.  This is meant as a last-ditch
 method, and would be best used as part of a UI that
 lets a cataloguer pick various character conversions
-until he or she finds the right one.
+until they find the right one.
 
 =cut