@@ -, +, @@ --- installer/data/mysql/updatedatabase.pl | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) --- a/installer/data/mysql/updatedatabase.pl +++ a/installer/data/mysql/updatedatabase.pl @@ -9704,7 +9704,7 @@ if ( C4::Context->preference("Version") < TransformToNum($DBversion) ) { ) = split( /__SPLIT__/, $serialseq ); } else - { ## Nothing to split on means the only thing in serialseq is a single placeholder e.g. {X} + { ## Nothing to split on means the only thing in serialseq is a single placeholder e.g. {X} $enumeration_data{ $indexes[0] } = $serialseq; } --