s4

changeset 233:1ad7ef38c0a0

Display gecos correctly in listentry(user)
author HIROSE Yuuji <yuuji@gentei.org>
date Fri, 24 Jun 2016 22:28:31 +0859
parents 4511cecade55
children 52a802a655a9
files s4-funcs.sh
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line diff
     1.1 --- a/s4-funcs.sh	Fri Jun 24 21:41:49 2016 +0859
     1.2 +++ b/s4-funcs.sh	Fri Jun 24 22:28:31 2016 +0859
     1.3 @@ -1632,7 +1632,7 @@
     1.4  	  || case when a.$nm in (select gname from grp)
     1.5  		  then printf('(%d名)',
     1.6  			(select count(user) from grp_mem where gname=a.$nm))
     1.7 -	          else '<a.$nm>'
     1.8 +	          else ' <'||a.$nm||'>'
     1.9  	     end
    1.10   	  as name,
    1.11  	 b.tag,