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

(-)a/installer/data/mysql/db_revs/240600061.pl (-2 / +1 lines)
Lines 24-30 return { Link Here
24
            say_info(
24
            say_info(
25
                $out,
25
                $out,
26
                "Updated $fixed subscriptions with NULL aqbooksellerid where aqbooksellerid was not found in aqbooksellers"
26
                "Updated $fixed subscriptions with NULL aqbooksellerid where aqbooksellerid was not found in aqbooksellers"
27
            ) if $fixed;
27
            ) if ( $fixed && $fixed ne '0E0' );
28
28
29
            $dbh->do(
29
            $dbh->do(
30
                q|
30
                q|
31
- 

Return to bug 38011