From 6febc30b44e9786d851e945d017b9b74b0d93477 Mon Sep 17 00:00:00 2001 From: miker Date: Tue, 14 Sep 2010 15:04:41 +0000 Subject: [PATCH] some fleshing logic detangling git-svn-id: svn://svn.open-ils.org/ILS/trunk@17646 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/src/perlmods/OpenILS/WWW/SuperCat.pm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Open-ILS/src/perlmods/OpenILS/WWW/SuperCat.pm b/Open-ILS/src/perlmods/OpenILS/WWW/SuperCat.pm index dec92eea46..9c0c794d5a 100644 --- a/Open-ILS/src/perlmods/OpenILS/WWW/SuperCat.pm +++ b/Open-ILS/src/perlmods/OpenILS/WWW/SuperCat.pm @@ -1334,7 +1334,6 @@ sub create_record_feed { my $lib = uc(shift()) || '-'; my $depth = shift; my $flesh = shift; - $flesh = 1 if (!defined($flesh)); my $paging = shift; @@ -1348,7 +1347,7 @@ sub create_record_feed { my $tag_prefix = sprintf("tag:open-ils.org,$year-\%0.2d-\%0.2d", $month, $day); - my $flesh_feed = parse_feed_type($type); + my $flesh_feed = defined($flesh) ? $flesh : $parse_feed_type($type); $type =~ s/(-full|-uris)$//o; -- 2.43.2