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

(-)a/installer/data/mysql/atomicupdate/bug-23798-move-OpacMaintenanceNotice-to-additional-contents.pl (-6 / +8 lines)
Lines 30-38 return { Link Here
30
                undef, $insert_id, $opacmaintenancenotice
30
                undef, $insert_id, $opacmaintenancenotice
31
            );
31
            );
32
32
33
            # Remove old system preference
33
            say $out "Added 'OpacMaintenanceNotice' additional content";
34
            $dbh->do("DELETE FROM systempreferences WHERE variable='OpacMaintenanceNotice'");
35
            say $out "Bug 23798 update done";
36
        }
34
        }
37
    }
35
38
    }
36
        # Remove old system preference
37
        $dbh->do("DELETE FROM systempreferences WHERE variable='OpacMaintenanceNotice'");
38
        say $out "Removed system preference 'OpacMaintenanceNotice'";
39
40
    },
41
};
39
- 

Return to bug 23798