Pascal Gloor il y a 5 ans
Parent
révision
5c370636de
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1
    1
      bin/autodoc_process.pl

+ 1
- 1
bin/autodoc_process.pl Voir le fichier

@@ -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";

Chargement…
Annuler
Enregistrer