X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/53c7990b4993f759c1ddfa33f84d1b3560b0a61e..ca12e8dfc4773aabc13818a0398e06e44028e2bc:/SL/DBUpgrade2.pm diff --git a/SL/DBUpgrade2.pm b/SL/DBUpgrade2.pm index cb8a9b26f..c521a4cf7 100644 --- a/SL/DBUpgrade2.pm +++ b/SL/DBUpgrade2.pm @@ -47,6 +47,8 @@ sub parse_dbupdate_controls { } } + next if ($control->{ignore}); + $control->{charset} ||= Common::DEFAULT_CHARSET; if (!$control->{"tag"}) {