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

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

index 76ea0b5..6b39708 100644 (file)
@@ -71,6 +71,7 @@ sub handler {
                                my $id = $data[$col];
                                $id =~ s/\D+//o;
                                next unless ($id);
+                               warn "ID $id";
                                push @records, $id;
                        }
                }