changeset 1041:8682149ed229 draft default tip

Encolose column name of widechar with double-quotes.
author HIROSE Yuuji <yuuji@gentei.org>
date Sun, 21 Apr 2024 12:16:44 +0900
parents 78e904f9be34
children
files s4-funcs.sh
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/s4-funcs.sh	Sun Apr 21 11:30:46 2024 +0900
+++ b/s4-funcs.sh	Sun Apr 21 12:16:44 2024 +0900
@@ -2982,7 +2982,7 @@
 	 <input type="checkbox" id="dtcheck" checked><label
 	  for="dtcheck">話題一覧表示</label>
 	EOF
-  cond="where a.id in (select id from blog_s where key='owner' and val=$qgrp) order by 稼動状態, ctime desc"
+  cond="where a.id in (select id from blog_s where key='owner' and val=$qgrp) order by \"稼動状態\", ctime desc"
   colstate="state:稼動状態:frozen=rowclass=凍結"
   frzbtn='<button class="toggle-frozen"></button>'
   if [ -n "$ismember" ]; then

yatex.org