https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16554
--- Comment #59 from Jonathan Druart <[email protected]> --- (In reply to M. Tompsett from comment #58) > (In reply to Jonathan Druart from comment #57) > > The script recreate the DB before each run/language. > > No, each table. But that wouldn't explain fr-FR which wasn't first. *sigh* > Just trying to think of something. It's not important, but the script recreates the table before each new "install" (lang+marcflavour): 29 for my $lang ( qw ( de-DE en es-ES fr-CA fr-FR it-IT nb-NO pl-PL ru-RU uk-UA ) ) { 30 for my $marcflavour ( qw( marc21 unimarc ) ) { 31 say "loading kohastructure for $lang | not $marcflavour"; 32 recreate_db( $db_name ); -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
