View | Details | Raw Unified | Return to bug 11222
Collapse All | Expand All

(-)a/labels/label-item-search.pl (-2 / +1 lines)
Lines 97-103 if ( $op eq "do_search" ) { Link Here
97
            $ccl_query .= "acqdate(-" . $dateto->output("iso") . ')';
97
            $ccl_query .= "acqdate(-" . $dateto->output("iso") . ')';
98
        } else {
98
        } else {
99
            $ccl_query .= ' and ' if ( $ccl_textbox || $datefrom );
99
            $ccl_query .= ' and ' if ( $ccl_textbox || $datefrom );
100
            $ccl_query .= "acqdate,st-date-normalized,le=" . $datefrom->output("iso");
100
            $ccl_query .= "acqdate,st-date-normalized,le=" . $dateto->output("iso");
101
        }
101
        }
102
    }
102
    }
103
103
104
- 

Return to bug 11222