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

(-)a/installer/data/mysql/updatedatabase.pl (-2 / +1 lines)
Lines 8608-8614 if ( C4::Context->preference("Version") < TransformToNum($DBversion) ) { Link Here
8608
                ) = split( /__SPLIT__/, $serialseq );
8608
                ) = split( /__SPLIT__/, $serialseq );
8609
            }
8609
            }
8610
            else
8610
            else
8611
            {    ## Nothing to split on means the only thing in serialseq is a single placeholder e.g. {X} 
8611
            {    ## Nothing to split on means the only thing in serialseq is a single placeholder e.g. {X}
8612
                $enumeration_data{ $indexes[0] } = $serialseq;
8612
                $enumeration_data{ $indexes[0] } = $serialseq;
8613
            }
8613
            }
8614
8614
8615
- 

Return to bug 12375