crazy thinko ... dead code removed
authormiker <miker@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Tue, 28 Aug 2007 15:07:46 +0000 (15:07 +0000)
committermiker <miker@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Tue, 28 Aug 2007 15:07:46 +0000 (15:07 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_2@7723 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/src/perlmods/OpenILS/Application/Storage/Publisher/action.pm

index 39f0b4e..04f04ea 100644 (file)
@@ -186,10 +186,6 @@ sub nearest_hold {
        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