projects
/
working
/
Evergreen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
26acfec
)
Syntax error: $isbn should be $isbn_obj
author
Jeff Godin
<jgodin@tadl.org>
Sun, 29 Apr 2012 23:49:41 +0000
(19:49 -0400)
committer
Ben Shum
<bshum@biblio.org>
Wed, 12 Dec 2012 15:50:37 +0000
(10:50 -0500)
Missed a syntax error in AddedContent.pm: $isbn should
be $isbn_obj
Signed-off-by: Jeff Godin <jgodin@tadl.org>
Open-ILS/src/perlmods/lib/OpenILS/WWW/AddedContent.pm
patch
|
blob
|
history
diff --git
a/Open-ILS/src/perlmods/lib/OpenILS/WWW/AddedContent.pm
b/Open-ILS/src/perlmods/lib/OpenILS/WWW/AddedContent.pm
index
539cdd4
..
90a9de2
100644
(file)
--- a/
Open-ILS/src/perlmods/lib/OpenILS/WWW/AddedContent.pm
+++ b/
Open-ILS/src/perlmods/lib/OpenILS/WWW/AddedContent.pm
@@
-126,7
+126,7
@@
sub handler {
my @isbns = [map {
my $isbn_obj = Business::ISBN->new($_);
- return $isbn->as_string([]);
+ return $isbn
_obj
->as_string([]);
} @raw_isbns];
$keyhash = {