Browse Source

bug

master
Pascal Gloor 5 years ago
parent
commit
5c370636de
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      bin/autodoc_process.pl

+ 1
- 1
bin/autodoc_process.pl View File

@@ -73,7 +73,7 @@ sub detect_lang {
print "$word ";
my $q = sqlquery($dbh, "SELECT lang FROM dict WHERE word like ?", $word);
while(my ($l) = $q->fetchrow_array()) {
print "$lang ";
print "$l ";
$lang = $l;
}
print "\n";

Loading…
Cancel
Save