Pascal Gloor hace 5 años
padre
commit
5c370636de
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      bin/autodoc_process.pl

+ 1
- 1
bin/autodoc_process.pl Ver fichero

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

Cargando…
Cancelar
Guardar