Pascal Gloor il y a 5 ans
Parent
révision
065cbe1214
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1
    1
      cgi/autodoc.fcgi

+ 1
- 1
cgi/autodoc.fcgi Voir le fichier

@@ -169,7 +169,7 @@ sub db_get_document_object {
foreach my $page ( @pages ) {
$q = sqlquery($dbh, "
SELECT
SUM(pw.count) AS count
SUM(pw.count) AS count,
l.short AS short
FROM pages_words pw
JOIN words w ON pw.wordID = w.id

Chargement…
Annuler
Enregistrer