This website works better with JavaScript.
Home
Explore
Help
Sign In
adrianshort
/
suttonelections
mirror of
https://github.com/adrianshort/suttonelections.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
2
Wiki
Activity
Browse Source
Fixed SQL error
tags/last-sinatra-version
Adrian Short
14 years ago
parent
9a7a99f6c1
commit
4a3e8d5a6f
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
app.rb
+ 1
- 1
app.rb
View File
@@ -35,7 +35,7 @@ get '/' do
WHERE p.id = c.party_id
GROUP BY p.name
GROUP BY p.name
, p.colour
ORDER BY votes desc
;")
Write
Preview
Loading…
Cancel
Save