Fixed a bug in the SQL version of MSG_LIST which relied on a default row separator...
authorAri Johnson <ari@theari.com>
Tue, 4 Mar 2008 22:28:36 +0000 (22:28 +0000)
committerAri Johnson <ari@theari.com>
Tue, 4 Mar 2008 22:28:36 +0000 (22:28 +0000)
sql.minc

index 08367f624e42c58edbaaa2f139badc3edec14c46..2150a4d998358d7a26f7bb2e0826ca499638224a 100644 (file)
--- a/sql.minc
+++ b/sql.minc
@@ -62,7 +62,7 @@
 @@/
 
 /@@ Get Ordered Message List for a bord @@/
-#define MSG_LIST(BOARD_ID)   sql({select id from messages where boards regexp "(^BOARD_ID$|^(.*) BOARD_ID$|^BOARD_ID (.*)$|^(.*) BOARD_ID (.*)$)" and posted=1 ORDER BY date},,)
+#define MSG_LIST(BOARD_ID)   sql({select id from messages where boards regexp "(^BOARD_ID$|^(.*) BOARD_ID$|^BOARD_ID (.*)$|^(.*) BOARD_ID (.*)$)" and posted=1 ORDER BY date},%b,)
 
 /@@ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
  @@ @          SQL Updates