[open-ils-commits] r7864 - trunk/Open-ILS/src/perlmods/OpenILS/WWW

svn at svn.open-ils.org svn at svn.open-ils.org
Wed Oct 3 15:06:09 EDT 2007


Author: miker
Date: 2007-10-03 14:55:20 -0400 (Wed, 03 Oct 2007)
New Revision: 7864

Modified:
   trunk/Open-ILS/src/perlmods/OpenILS/WWW/Exporter.pm
Log:
even more debugging

Modified: trunk/Open-ILS/src/perlmods/OpenILS/WWW/Exporter.pm
===================================================================
--- trunk/Open-ILS/src/perlmods/OpenILS/WWW/Exporter.pm	2007-10-03 18:47:38 UTC (rev 7863)
+++ trunk/Open-ILS/src/perlmods/OpenILS/WWW/Exporter.pm	2007-10-03 18:55:20 UTC (rev 7864)
@@ -88,6 +88,8 @@
 
 	return show_template($r) unless (@records);
 
+	warn "ids: :". join(',', at records);
+
 	my $type = $cgi->param('rectype') || 'biblio';
 	if ($type ne 'biblio' && $type ne 'authority') {
 		die "Bad record type: $type";



More information about the open-ils-commits mailing list