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

(-)a/installer/data/mysql/atomicupdate/bug_36051.pl (-2 / +1 lines)
Lines 10-16 return { Link Here
10
        # Do you stuffs here
10
        # Do you stuffs here
11
        $dbh->do(
11
        $dbh->do(
12
            q{
12
            q{
13
            INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, `type` ) VALUES
13
            INSERT IGNORE INTO systempreferences ( `variable`, `value`, `options`, `explanation`, `type` ) VALUES
14
            ('SMSSendAdditionalOptions', '', '', 'Additional SMS::Send parameters used to send SMS messages', 'free');
14
            ('SMSSendAdditionalOptions', '', '', 'Additional SMS::Send parameters used to send SMS messages', 'free');
15
        }
15
        }
16
        );
16
        );
17
- 

Return to bug 36051