This website works better with JavaScript.
Home
Explore
Help
Sign In
public
/
autodoc
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
bug
master
Pascal Gloor
5 years ago
parent
652c22d043
commit
5c370636de
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
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 "$l
ang
";
print "$l ";
$lang = $l;
}
print "\n";
Write
Preview
Loading…
Cancel
Save