From db6ff092a28ad0a03b22ef2438fd2dffa8063c9d Mon Sep 17 00:00:00 2001 From: miker Date: Tue, 14 Feb 2006 05:43:57 +0000 Subject: [PATCH] prettyizing oISBN git-svn-id: svn://svn.open-ils.org/ILS/trunk@3067 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/src/perlmods/OpenILS/Application/SuperCat.pm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Open-ILS/src/perlmods/OpenILS/Application/SuperCat.pm b/Open-ILS/src/perlmods/OpenILS/Application/SuperCat.pm index cec1d1205b..4920453906 100644 --- a/Open-ILS/src/perlmods/OpenILS/Application/SuperCat.pm +++ b/Open-ILS/src/perlmods/OpenILS/Application/SuperCat.pm @@ -336,7 +336,9 @@ sub oISBN { $_storage->disconnect; # Return the oISBN data structure. This will be XMLized at a higher layer. - return { metarecord => $mr->[0]->metarecord, record_list => { map { ($_->record, $_->value) } @$recs } }; + return + { metarecord => $mr->[0]->metarecord, + record_list => { map { ($_->record, $_->value) } @$recs } }; } __PACKAGE__->register_method( -- 2.43.2