aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2004-10-15 13:43:52 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2004-10-15 13:43:52 +0000
commit446fbdafe9458c33f766ef111d9293ce65cadac2 (patch)
tree917f4bace7efba519ea037486a77e2c2335af97b
parenta3c48b7d015bb5900acc2c1a2ec9d9c176ea983b (diff)
downloadellinika-446fbdafe9458c33f766ef111d9293ce65cadac2.tar.gz
ellinika-446fbdafe9458c33f766ef111d9293ce65cadac2.tar.bz2
(get-topic-list): Order topics alphabetically
git-svn-id: file:///home/puszcza/svnroot/ellinika/trunk@248 941c8c0f-9102-463b-b60b-cd22ce0e6858
-rw-r--r--cgi-bin/dict.cgi.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/cgi-bin/dict.cgi.in b/cgi-bin/dict.cgi.in
index a1222ca..01eb926 100644
--- a/cgi-bin/dict.cgi.in
+++ b/cgi-bin/dict.cgi.in
@@ -162,7 +162,7 @@
sql-username sql-password)))
(cond
(conn
- (let ((result (sql-query conn "SELECT ident,title FROM topic")))
+ (let ((result (sql-query conn "SELECT ident,title FROM topic ORDER BY title")))
(sql-connect-close conn)
result))
(else

Return to:

Send suggestions and report system problems to the System administrator.