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

(-)a/installer/data/mysql/atomicupdate/bug_29557.pl (-2 / +1 lines)
Lines 2-8 use Modern::Perl; Link Here
2
2
3
return {
3
return {
4
    bug_number => "29557",
4
    bug_number => "29557",
5
    description => "Add auto_account_expired to AUTO_RENEWALS",
5
    description => "Add auto_account_expired to AUTO_RENEWALS notice. Please update your AUTO_RENEWALS notice manually if you have changed or translated it.",
6
    up => sub {
6
    up => sub {
7
        my ($args) = @_;
7
        my ($args) = @_;
8
        my ($dbh, $out) = @$args{qw(dbh out)};
8
        my ($dbh, $out) = @$args{qw(dbh out)};
9
- 

Return to bug 29557