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

(-)a/circ/overdue.pl (-1 / +7 lines)
Lines 223-228 if ($noreport) { Link Here
223
223
224
    $bornamefilter =~s/\*/\%/g;
224
    $bornamefilter =~s/\*/\%/g;
225
    $bornamefilter =~s/\?/\_/g;
225
    $bornamefilter =~s/\?/\_/g;
226
    #scape single quote
227
    $bornamefilter =~s/'/\\'/g;
228
    $itemtypefilter =~s/'/\\'/g;
229
    $borcatfilter =~s/'/\\'/g;
230
    $holdingbranchfilter =~s/'/\\'/g;
231
    $homebranchfilter =~s/'/\\'/g;
232
    $branchfilter =~s/'/\\'/g;
226
233
227
    my $strsth="SELECT date_due,
234
    my $strsth="SELECT date_due,
228
        borrowers.title as borrowertitle,
235
        borrowers.title as borrowertitle,
229
- 

Return to bug 37210