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

(-)a/installer/data/mysql/db_revs/220600059.pl (-1 / +1 lines)
Lines 12-17 return { Link Here
12
            . "We want to notify you that your password has been changed. If you did not change it yourself (or requested that change), please contact library staff.\r\n\r\nYour library.";
12
            . "We want to notify you that your password has been changed. If you did not change it yourself (or requested that change), please contact library staff.\r\n\r\nYour library.";
13
        $dbh->do(
13
        $dbh->do(
14
            q{INSERT IGNORE INTO letter (module, code, name, title, content, message_transport_type) VALUES ('members', 'PASSWORD_CHANGE', 'Notification of password change', 'Library account password change notification',?, 'email');},
14
            q{INSERT IGNORE INTO letter (module, code, name, title, content, message_transport_type) VALUES ('members', 'PASSWORD_CHANGE', 'Notification of password change', 'Library account password change notification',?, 'email');},
15
            undef,
15
            $message
16
            $message
16
        );
17
        );
17
18
18
- 

Return to bug 39325