|
Lines 89-95
if ( $op eq "do_search" ) {
Link Here
|
| 89 |
"acqdate(" . $datefrom . '-)'; |
89 |
"acqdate(" . $datefrom . '-)'; |
| 90 |
} else { |
90 |
} else { |
| 91 |
$ccl_query .= ' and ' if $ccl_textbox; |
91 |
$ccl_query .= ' and ' if $ccl_textbox; |
| 92 |
$ccl_query .= "acqdate,st-date-normalized,ge=" . $datefrom; |
92 |
$ccl_query .= "acqdate,st-date-normalized,ge>=" . $datefrom; |
| 93 |
} |
93 |
} |
| 94 |
} |
94 |
} |
| 95 |
} |
95 |
} |
|
Lines 103-109
if ( $op eq "do_search" ) {
Link Here
|
| 103 |
$ccl_query .= "acqdate(-" . $dateto . ')'; |
103 |
$ccl_query .= "acqdate(-" . $dateto . ')'; |
| 104 |
} else { |
104 |
} else { |
| 105 |
$ccl_query .= ' and ' if ( $ccl_textbox || $datefrom ); |
105 |
$ccl_query .= ' and ' if ( $ccl_textbox || $datefrom ); |
| 106 |
$ccl_query .= "acqdate,st-date-normalized,le=" . $dateto; |
106 |
$ccl_query .= "acqdate,st-date-normalized,le<=" . $dateto; |
| 107 |
} |
107 |
} |
| 108 |
} |
108 |
} |
| 109 |
} |
109 |
} |