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

(-)a/installer/data/mysql/updatedatabase.pl (-2 / +1 lines)
Lines 9704-9710 if ( C4::Context->preference("Version") < TransformToNum($DBversion) ) { Link Here
9704
                ) = split( /__SPLIT__/, $serialseq );
9704
                ) = split( /__SPLIT__/, $serialseq );
9705
            }
9705
            }
9706
            else
9706
            else
9707
            {    ## Nothing to split on means the only thing in serialseq is a single placeholder e.g. {X} 
9707
            {    ## Nothing to split on means the only thing in serialseq is a single placeholder e.g. {X}
9708
                $enumeration_data{ $indexes[0] } = $serialseq;
9708
                $enumeration_data{ $indexes[0] } = $serialseq;
9709
            }
9709
            }
9710
9710
9711
- 

Return to bug 12375