Pascal Gloor 5 anni fa
parent
commit
38142e9351
1 ha cambiato i file con 1 aggiunte e 3 eliminazioni
  1. 1
    3
      cgi/autodoc.fcgi

+ 1
- 3
cgi/autodoc.fcgi Vedi File

@@ -170,12 +170,10 @@ sub db_get_document_object {
WHERE pw.pageId = ?
GROUP BY l.id", $page->{id});
while(my $h = $q->fetchrow_hashref()) {
$lang{$h->{lang}}=$h->{count};
$lang{$h->{short}}=$h->{count};
}
}

print STDERR Dumper(\%lang);

if ( defined $document ) {

my $out = {

Loading…
Annulla
Salva