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 wrap: on
line diff
--- a/s4-funcs.sh	Fri Jun 24 21:41:49 2016 +0859
+++ b/s4-funcs.sh	Fri Jun 24 22:28:31 2016 +0859
@@ -1632,7 +1632,7 @@
 	  || case when a.$nm in (select gname from grp)
 		  then printf('(%d名)',
 			(select count(user) from grp_mem where gname=a.$nm))
-	          else '<a.$nm>'
+	          else ' <'||a.$nm||'>'
 	     end
  	  as name,
 	 b.tag,

yatex.org