X-Git-Url: https://git.sesse.net/?p=pr0n;a=blobdiff_plain;f=perl%2FSesse%2Fpr0n%2FCommon.pm;h=9708b7a116591feea37e5cb063ef543ad22b4179;hp=d863b2180340736c1c9c0edee9c7501f183ae920;hb=4ba860dbf5ce3e4d84c2ba2f7ee2c54ffcd18966;hpb=3beccc23567ed94b627434de774fe50a34b53cba diff --git a/perl/Sesse/pr0n/Common.pm b/perl/Sesse/pr0n/Common.pm index d863b21..9708b7a 100644 --- a/perl/Sesse/pr0n/Common.pm +++ b/perl/Sesse/pr0n/Common.pm @@ -35,7 +35,7 @@ BEGIN { require Sesse::pr0n::Config_local; }; - $VERSION = "v2.52"; + $VERSION = "v2.53"; @ISA = qw(Exporter); @EXPORT = qw(&error &dberror); %EXPORT_TAGS = qw(); @@ -561,6 +561,8 @@ sub make_infobox { push @classic_fields, [ $info->{'NikonD1-ISOSetting'}->[1] . " ISO", 0 ]; } elsif (defined($info->{'ISOSetting'})) { push @classic_fields, [ $info->{'ISOSetting'} . " ISO" ]; + } elsif (defined($info->{'ISO'})) { + push @classic_fields, [ $info->{'ISO'} . " ISO" ]; } if (defined($info->{'ExposureBiasValue'}) && $info->{'ExposureBiasValue'} ne "0") {