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

(-)a/installer/data/mysql/atomicupdate/bug_24223-move-opacnav-to-news.pl (-2 / +1 lines)
Lines 1-6 Link Here
1
use Modern::Perl;
1
use Modern::Perl;
2
2
3
{
3
return {
4
    bug_number => "24223",
4
    bug_number => "24223",
5
    description => "Move contents of OpacNav system preference into additional contents",
5
    description => "Move contents of OpacNav system preference into additional contents",
6
    up => sub {
6
    up => sub {
7
- 

Return to bug 24223