[open-ils-commits] r18545 - trunk/Open-ILS/src/perlmods/OpenILS/Application (phasefx)

svn at svn.open-ils.org svn at svn.open-ils.org
Mon Nov 1 12:14:14 EDT 2010


Author: phasefx
Date: 2010-11-01 12:14:11 -0400 (Mon, 01 Nov 2010)
New Revision: 18545

Modified:
   trunk/Open-ILS/src/perlmods/OpenILS/Application/SuperCat.pm
Log:
syntax


Modified: trunk/Open-ILS/src/perlmods/OpenILS/Application/SuperCat.pm
===================================================================
--- trunk/Open-ILS/src/perlmods/OpenILS/Application/SuperCat.pm	2010-11-01 15:40:57 UTC (rev 18544)
+++ trunk/Open-ILS/src/perlmods/OpenILS/Application/SuperCat.pm	2010-11-01 16:14:11 UTC (rev 18545)
@@ -1791,7 +1791,7 @@
 	$year += 1900;
 	$month += 1;
 
-	$client->respond("<holdings xmlns='http://open-ils.org/spec/holdings/v1'><counts>\n")
+	$client->respond("<holdings xmlns='http://open-ils.org/spec/holdings/v1'><counts>\n");
 
 	my $copy_counts = $count_req->gather(1);
 	my $staff_copy_counts = $staff_count_req->gather(1);



More information about the open-ils-commits mailing list