@@ -, +, @@ --- .../data/mysql/atomicupdate/bug_24223-move-opacnav-to-news.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/installer/data/mysql/atomicupdate/bug_24223-move-opacnav-to-news.pl +++ a/installer/data/mysql/atomicupdate/bug_24223-move-opacnav-to-news.pl @@ -1,6 +1,6 @@ use Modern::Perl; -{ +return { bug_number => "24223", description => "Move contents of OpacNav system preference into additional contents", up => sub { --