Skip to content

Commit

Permalink
Bump Export plugin version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
kjolley committed Jun 22, 2023
1 parent 1d404d0 commit 868e056
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/BIGSdb/Plugins/Export.pm
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ sub get_attributes {
buttontext => 'Dataset',
menutext => 'Dataset',
module => 'Export',
version => '1.9.3',
version => '1.9.4',
dbtype => 'isolates',
section => 'export,postquery',
url => "$self->{'config'}->{'doclink'}/data_export/isolate_export.html",
Expand Down Expand Up @@ -882,7 +882,6 @@ sub _write_lincode_field {
#LINcode value in $self->{'cache'}->{'current_lincode'}.
local $" = q(_);
my $lincode = qq(@{ $self->{'cache'}->{'current_lincode'}});
$logger->error($lincode);
if ( $lincode eq $prefix
|| $lincode =~ /^${prefix}_/x && !$used{ $prefix_values->{$field}->{$prefix} } )
{
Expand Down

0 comments on commit 868e056

Please sign in to comment.