Skip to content
Snippets Groups Projects
Commit 41090d4b authored by Monika Komorowska's avatar Monika Komorowska
Browse files

fix splitting of synonyms

parent ceec6b24
No related branches found
No related tags found
No related merge requests found
......@@ -52,7 +52,7 @@ sub run {
$position =~ s/^\s+// if ($position);
my @synonyms = split(/|/,$synonym_field) if ($synonym_field);
my @synonyms = split(/\|/,$synonym_field) if ($synonym_field);
my $desc;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment