diff options
| author | Scott Ostler <scottbot9000@gmail.com> | 2010-08-23 20:27:46 -0400 |
|---|---|---|
| committer | Scott Ostler <scottbot9000@gmail.com> | 2010-08-23 20:27:46 -0400 |
| commit | 3bd4fd4b55c4c520c16219ab5ae8b6679482c4a3 (patch) | |
| tree | 2413c0441de78ab86b87574f4ca499a78fda89de | |
| parent | 9b876cb290df0a0b31feddf1773fba2459d7815e (diff) | |
Fix user-info query typo
| -rw-r--r-- | src/site.clj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/site.clj b/src/site.clj index b5789f3..dc57748 100644 --- a/src/site.clj +++ b/src/site.clj @@ -339,7 +339,7 @@ ORDER BY cnt DESC (def *user-info-query* " SELECT u.nick, u.user_id, - u.avatar + u.avatar, LAST.content, LAST.message_id FROM users u |
