even more debugging
authormiker <miker@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Wed, 3 Oct 2007 18:55:20 +0000 (18:55 +0000)
committermiker <miker@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Wed, 3 Oct 2007 18:55:20 +0000 (18:55 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@7864 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/src/perlmods/OpenILS/WWW/Exporter.pm

index 526214d..8e2811c 100644 (file)
@@ -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";