29 Feb
2016
29 Feb
'16
10:26 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15923 --- Comment #7 from Josef Moravec <josef.moravec@gmail.com> --- There is probably problem on another place too. Looking to the code: http://git.koha-community.org/gitweb/?p=koha.git;a=blob;f=misc/export_record... 176 if ( @record_ids and my $id_list_file ) { 177 my @filter_record_ids = <$id_list_file>; redeclaring variable $id_list_file may be the problem? -- You are receiving this mail because: You are watching all bug changes.