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

(-)a/installer/data/mysql/atomicupdate/bug_19974.perl (-2 / +1 lines)
Lines 8-14 if( CheckVersion( $DBversion ) ) { Link Here
8
            UPDATE systempreferences
8
            UPDATE systempreferences
9
            SET type="multiple",
9
            SET type="multiple",
10
                options="batchmod|moredetail|cronjob|additem",
10
                options="batchmod|moredetail|cronjob|additem",
11
                value="batchmod|moredetail|cronjob|additem"
11
                value="batchmod,moredetail,cronjob,additem"
12
            WHERE variable="MarkLostItemsAsReturned"
12
            WHERE variable="MarkLostItemsAsReturned"
13
        });
13
        });
14
    } else {
14
    } else {
15
- 

Return to bug 19974