s4

changeset 1041:8682149ed229 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 diff
     1.1 --- a/s4-funcs.sh	Sun Apr 21 11:30:46 2024 +0900
     1.2 +++ b/s4-funcs.sh	Sun Apr 21 12:16:44 2024 +0900
     1.3 @@ -2982,7 +2982,7 @@
     1.4  	 <input type="checkbox" id="dtcheck" checked><label
     1.5  	  for="dtcheck">話題一覧表示</label>
     1.6  	EOF
     1.7 -  cond="where a.id in (select id from blog_s where key='owner' and val=$qgrp) order by 稼動状態, ctime desc"
     1.8 +  cond="where a.id in (select id from blog_s where key='owner' and val=$qgrp) order by \"稼動状態\", ctime desc"
     1.9    colstate="state:稼動状態:frozen=rowclass=凍結"
    1.10    frzbtn='<button class="toggle-frozen"></button>'
    1.11    if [ -n "$ismember" ]; then