changeset 308:e38ea2702570

Call joingrp() without $4(extra email address)
author HIROSE Yuuji <yuuji@gentei.org>
date Sat, 15 Oct 2016 10:51:03 +0859
parents e7a7f6cb9627
children 4188f5b3fd67
files s4-funcs.sh
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/s4-funcs.sh	Sat Oct 15 10:35:18 2016 +0859
+++ b/s4-funcs.sh	Sat Oct 15 10:51:03 2016 +0859
@@ -2471,8 +2471,8 @@
     echo "グループ管理者のみの機能です。" | html p; return
   fi
   case $1 in
-    yes)	joingrp "$t_grp" "$t_usr" yes "$t_usr" ;;
-    no)		joingrp "$t_grp" "$t_usr" no "$t_usr" ;;
+    yes)	joingrp "$t_grp" "$t_usr" yes ;;
+    no)		joingrp "$t_grp" "$t_usr" no ;;
     *)
       echo "無効な指定です($1)。" | html p
       return ;;

yatex.org