[open-ils-commits] r18547 - branches/rel_2_0/Open-ILS/src/perlmods/OpenILS/Application (phasefx)

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


Author: phasefx
Date: 2010-11-01 12:23:22 -0400 (Mon, 01 Nov 2010)
New Revision: 18547

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

Modified: branches/rel_2_0/Open-ILS/src/perlmods/OpenILS/Application/SuperCat.pm
===================================================================
--- branches/rel_2_0/Open-ILS/src/perlmods/OpenILS/Application/SuperCat.pm	2010-11-01 16:18:23 UTC (rev 18546)
+++ branches/rel_2_0/Open-ILS/src/perlmods/OpenILS/Application/SuperCat.pm	2010-11-01 16:23:22 UTC (rev 18547)
@@ -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