[open-ils-commits] r15622 - branches/rel_1_6_0/Open-ILS/src/perlmods/OpenILS/Application/Storage/Publisher (erickson)

svn at svn.open-ils.org svn at svn.open-ils.org
Mon Feb 22 16:46:04 EST 2010


Author: erickson
Date: 2010-02-22 16:45:59 -0500 (Mon, 22 Feb 2010)
New Revision: 15622

Modified:
   branches/rel_1_6_0/Open-ILS/src/perlmods/OpenILS/Application/Storage/Publisher/action.pm
Log:
Patch from Dan Wells to repair white space error in here-doc (fixes the r15418 reshelving problem)

Modified: branches/rel_1_6_0/Open-ILS/src/perlmods/OpenILS/Application/Storage/Publisher/action.pm
===================================================================
--- branches/rel_1_6_0/Open-ILS/src/perlmods/OpenILS/Application/Storage/Publisher/action.pm	2010-02-22 21:45:45 UTC (rev 15621)
+++ branches/rel_1_6_0/Open-ILS/src/perlmods/OpenILS/Application/Storage/Publisher/action.pm	2010-02-22 21:45:59 UTC (rev 15622)
@@ -165,7 +165,7 @@
 					AND circ.id IS NULL
 					AND cp.create_date < NOW() - CAST( COALESCE( BTRIM( setting.value,'"' ), ? )  AS INTERVAL)
 		  )
- 	SQL
+	SQL
 	my $sth = action::circulation->db_Main->prepare_cached($sql);
 	$sth->execute($window, $window, $window);
 



More information about the open-ils-commits mailing list