Browse Source

typo

master
Pascal Gloor 5 years ago
parent
commit
065cbe1214
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      cgi/autodoc.fcgi

+ 1
- 1
cgi/autodoc.fcgi View File

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

Loading…
Cancel
Save