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

(-)a/installer/data/mysql/updatedatabase.pl (-2 / +1 lines)
Lines 14358-14364 if( CheckVersion( $DBversion ) ) { Link Here
14358
        SELECT expirationdate, waitingdate, branchcode
14358
        SELECT expirationdate, waitingdate, branchcode
14359
        FROM reserves
14359
        FROM reserves
14360
        WHERE found = 'W' AND priority = 0
14360
        WHERE found = 'W' AND priority = 0
14361
    |);
14361
    |, { Slice => {} });
14362
    my $update_sth = $dbh->prepare(q|
14362
    my $update_sth = $dbh->prepare(q|
14363
        UPDATE reserves
14363
        UPDATE reserves
14364
        SET expirationdate = ?
14364
        SET expirationdate = ?
14365
- 

Return to bug 23809