Skip to content
Features
Business
Explore
Marketplace
Pricing
This repository
Sign in
or
Sign up
Watch
2
Star
1
Fork
0
moritz
/
WebService-Libris
Code
Issues
0
Pull requests
0
Projects
0
Insights
Permalink
Browse files
fix previous commit
Loading branch information
...
moritz
committed
Jun 22, 2011
1 parent
9162bb0
commit
e2794cb9b98a95bbdf4990f2fed7e78fb03d1953
Unified
Split
Showing
1 changed file
with
1 addition
and
1 deletion
.
+1
−1
lib/WebService/Libris/Book.pm
Show comments
View
2
lib/WebService/Libris/Book.pm
@@ -55,7 +55,7 @@ sub language_marc {
sub
language
{
my
$self
=
shift
;
my
$marc_lang
=
$self
->
language_marc;
-
return
undeff
unless
defined
$marc_lang
;
+
return
undef
unless
defined
$marc_lang
;
return
marc_lang_code_to_iso(
$marc_lang
);
}
Toggle all file notes
0 comments on commit
e2794cb
Please
sign in
to comment.
You can’t perform that action at this time.
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
Press h to open a hovercard with more details.
0 comments on commit
e2794cb