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

(-)a/installer/data/mysql/atomicupdate/bug_41730.pl (-2 / +1 lines)
Lines 12-18 return { Link Here
12
        $dbh->do(
12
        $dbh->do(
13
            q{
13
            q{
14
            INSERT IGNORE INTO systempreferences ( `variable`, `value`, `options`, `explanation`, `type` ) VALUES
14
            INSERT IGNORE INTO systempreferences ( `variable`, `value`, `options`, `explanation`, `type` ) VALUES
15
            ('UpdateItemWithdrawnStatusWhenPaid', '0', NULL, 'Allows the status of items to be automatically changed to withdrawn for when paid for', 'Integer'),
15
            ('UpdateItemWithdrawnStatusWhenPaid', '0', NULL, 'Allows the status of items to be automatically changed to withdrawn for when paid for', 'Integer');
16
        }
16
        }
17
        );
17
        );
18
18
19
- 

Return to bug 41730