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

(-)a/installer/data/mysql/db_revs/230600041.pl (-2 / +1 lines)
Lines 121-127 return { Link Here
121
            SELECT id, code
121
            SELECT id, code
122
            FROM letter
122
            FROM letter
123
            WHERE content LIKE "%<<additional_content%" OR content LIKE "%<< additional_content%"
123
            WHERE content LIKE "%<<additional_content%" OR content LIKE "%<< additional_content%"
124
        }
124
        }, { Slice => {} }
125
        );
125
        );
126
126
127
        if (@$notice_templates) {
127
        if (@$notice_templates) {
128
- 

Return to bug 35136