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

(-)a/installer/data/mysql/atomicupdate/bug_35169.pl (-3 / +2 lines)
Lines 11-18 return { Link Here
11
        $dbh->do(
11
        $dbh->do(
12
            q{
12
            q{
13
            INSERT IGNORE INTO systempreferences (variable, value, options, explanation, type) VALUES
13
            INSERT IGNORE INTO systempreferences (variable, value, options, explanation, type) VALUES
14
            ('DefaultLongOverdueBorrowerCategories', '', NULL, NULL, NULL),
14
            ('DefaultLongOverdueBorrowerCategories', '', NULL, 'Set the borrower categories that will be listed when longoverdue cronjob is executed', 'choice'),
15
            ('DefaultLongOverdueSkipBorrowerCategories', '', NULL, NULL, NULL);
15
            ('DefaultLongOverdueSkipBorrowerCategories', '', NULL, 'Set the borrower categories that will not be listed when longoverdue cronjob is executed', 'choice');
16
        }
16
        }
17
        );
17
        );
18
18
19
- 

Return to bug 35169