[open-ils-commits] r7861 - trunk/Open-ILS/src/perlmods/OpenILS/WWW
svn at svn.open-ils.org
svn at svn.open-ils.org
Wed Oct 3 14:44:29 EDT 2007
Author: miker
Date: 2007-10-03 14:33:40 -0400 (Wed, 03 Oct 2007)
New Revision: 7861
Modified:
trunk/Open-ILS/src/perlmods/OpenILS/WWW/Exporter.pm
Log:
debugging
Modified: trunk/Open-ILS/src/perlmods/OpenILS/WWW/Exporter.pm
===================================================================
--- trunk/Open-ILS/src/perlmods/OpenILS/WWW/Exporter.pm 2007-10-03 18:27:01 UTC (rev 7860)
+++ trunk/Open-ILS/src/perlmods/OpenILS/WWW/Exporter.pm 2007-10-03 18:33:40 UTC (rev 7861)
@@ -71,6 +71,7 @@
my $id = $data[$col];
$id =~ s/\D+//o;
next unless ($id);
+ warn "ID $id";
push @records, $id;
}
}
More information about the open-ils-commits
mailing list