This could cause "great fun" in the MARC editor as a bib record suddenly
grew volume and xhtml:link elements; everything would spiral downward
from there.
git-svn-id: svn://svn.open-ils.org/ILS/trunk@16894
dcc99617-32d9-48b4-a31d-
7c20da2025e4
my $path = $cgi->path_info;
my ($id,$type,$format,$command) = reverse split '/', $path;
- my $flesh_feed = parse_feed_type($type);
+ my $flesh_feed = parse_feed_type($format);
(my $base_format = $format) =~ s/(-full|-uris)$//o;
my $skin = $cgi->param('skin') || 'default';
my $feed = create_record_feed(
$type,
$format => [ $id ],
- undef, undef,
+ undef, undef, undef,
$flesh_feed
);