s4

changeset 888:7ca1f11ab5e8

Ensure sort by login name in grpaction()
author HIROSE Yuuji <yuuji@gentei.org>
date Tue, 22 Dec 2020 10:58:03 +0900
parents 8229c75e9f94
children 5843755e3b30
files s4-funcs.sh
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line diff
     1.1 --- a/s4-funcs.sh	Tue Dec 22 08:24:23 2020 +0900
     1.2 +++ b/s4-funcs.sh	Tue Dec 22 10:58:03 2020 +0900
     1.3 @@ -3139,7 +3139,7 @@
     1.4  	  post POST, team _TEAM_
     1.5  	FROM user_post up LEFT JOIN teams t
     1.6  	ON up.name=t.user
     1.7 -	ORDER BY name;"
     1.8 +	ORDER BY up.name;"
     1.9    ## err grpaction: "`echo \"$sql\"`"
    1.10    tf=$tmpd/title.$$
    1.11    echo "グループ[<a href=\"?grp+$grid\">$htmlgrp</a>]参加メンバーに対する操作" > $tf