This website works better with JavaScript.
Home
Explore
Help
Sign In
public
/
autodoc
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
typo
master
Pascal Gloor
5 years ago
parent
2e14b91fe9
commit
065cbe1214
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
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
Write
Preview
Loading…
Cancel
Save