changeset 653:22f4f91656a8

Preserved argument should be passed.
author HIROSE Yuuji <yuuji@gentei.org>
date Sun, 10 May 2020 15:28:40 +0900
parents 24fa81e3010d
children d6f464f0a212
files s4-funcs.sh
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/s4-funcs.sh	Sat May 09 13:10:44 2020 +0900
+++ b/s4-funcs.sh	Sun May 10 15:28:40 2020 +0900
@@ -1423,7 +1423,7 @@
   uids=`echo "$@"`
   uids=`echo $uids|tr ' ' ','`
   sql="SELECT DISTINCT name FROM user WHERE rowid IN ($uids);"
-  email4group "$1" `query "$sql"`
+  email4group "$g" `query "$sql"`
 }
 collectmembersbyid() {
   # Collect user names of group specified by grid

yatex.org