From 558d09ce506a100f7bc97bcc78f3637a24c2ebd3 Mon Sep 17 00:00:00 2001 From: miker Date: Wed, 3 Oct 2007 18:55:20 +0000 Subject: [PATCH] even more debugging git-svn-id: svn://svn.open-ils.org/ILS/trunk@7864 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/src/perlmods/OpenILS/WWW/Exporter.pm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Open-ILS/src/perlmods/OpenILS/WWW/Exporter.pm b/Open-ILS/src/perlmods/OpenILS/WWW/Exporter.pm index 526214d3ea..8e2811ce24 100644 --- a/Open-ILS/src/perlmods/OpenILS/WWW/Exporter.pm +++ b/Open-ILS/src/perlmods/OpenILS/WWW/Exporter.pm @@ -88,6 +88,8 @@ sub handler { return show_template($r) unless (@records); + warn "ids: :". join(',',@records); + my $type = $cgi->param('rectype') || 'biblio'; if ($type ne 'biblio' && $type ne 'authority') { die "Bad record type: $type"; -- 2.11.0