From 6106417269c3c08f4edc31229af6c01f234f5cca Mon Sep 17 00:00:00 2001 From: miker Date: Wed, 3 Oct 2007 18:47:38 +0000 Subject: [PATCH] more debugging git-svn-id: svn://svn.open-ils.org/ILS/trunk@7863 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/src/perlmods/OpenILS/WWW/Exporter.pm | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/Open-ILS/src/perlmods/OpenILS/WWW/Exporter.pm b/Open-ILS/src/perlmods/OpenILS/WWW/Exporter.pm index fca47b10da..526214d3ea 100644 --- a/Open-ILS/src/perlmods/OpenILS/WWW/Exporter.pm +++ b/Open-ILS/src/perlmods/OpenILS/WWW/Exporter.pm @@ -61,6 +61,7 @@ sub handler { if (!@records) { # try for a file my $file = $cgi->param('idfile'); if ($file) { + warn "FILE $file"; my $col = $cgi->param('idcolumn') || 0; my $csv = new Text::CSV; @@ -287,21 +288,21 @@ sub show_template { -

Record Fromat: +
Record Fromat: -

Record Encoding: +
Record Encoding: -

Include holdings in Bibliographic Records: +
Include holdings in Bibliographic Records: -
+

-- 2.11.0