[open-ils-commits] r7724 - trunk/Open-ILS/src/perlmods/OpenILS/Application/Storage/Publisher

svn at svn.open-ils.org svn at svn.open-ils.org
Tue Aug 28 11:14:00 EDT 2007


Author: miker
Date: 2007-08-28 11:08:15 -0400 (Tue, 28 Aug 2007)
New Revision: 7724

Modified:
   trunk/Open-ILS/src/perlmods/OpenILS/Application/Storage/Publisher/action.pm
Log:
crazy thinko ... dead code removed

Modified: trunk/Open-ILS/src/perlmods/OpenILS/Application/Storage/Publisher/action.pm
===================================================================
--- trunk/Open-ILS/src/perlmods/OpenILS/Application/Storage/Publisher/action.pm	2007-08-28 15:07:46 UTC (rev 7723)
+++ trunk/Open-ILS/src/perlmods/OpenILS/Application/Storage/Publisher/action.pm	2007-08-28 15:08:15 UTC (rev 7724)
@@ -186,10 +186,6 @@
 	my $age = shift() || '0';
 	my $prox = shift() || 0;
 
-	my $age_where = '';
-	if ($age) {
-		$age_where = "
-
 	my $ids = action::hold_request->db_Main->selectcol_arrayref(<<"	SQL", {}, $cp, $pl, $age, $prox);
 		SELECT	h.id
 		  FROM	action.hold_request h



More information about the open-ils-commits mailing list