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

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

Loading…
Cancel
Save