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

(-)a/installer/data/mysql/updatedatabase.pl (-2 / +1 lines)
Lines 10687-10693 if ( C4::Context->preference("Version") < TransformToNum($DBversion) ) { Link Here
10687
                ) = split( /__SPLIT__/, $serialseq );
10687
                ) = split( /__SPLIT__/, $serialseq );
10688
            }
10688
            }
10689
            else
10689
            else
10690
            {    ## Nothing to split on means the only thing in serialseq is a single placeholder e.g. {X} 
10690
            {    ## Nothing to split on means the only thing in serialseq is a single placeholder e.g. {X}
10691
                $enumeration_data{ $indexes[0] } = $serialseq;
10691
                $enumeration_data{ $indexes[0] } = $serialseq;
10692
            }
10692
            }
10693
10693
10694
- 

Return to bug 12375