s4

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 diff
     1.1 --- a/s4-funcs.sh	Sat Oct 15 10:35:18 2016 +0859
     1.2 +++ b/s4-funcs.sh	Sat Oct 15 10:51:03 2016 +0859
     1.3 @@ -2471,8 +2471,8 @@
     1.4      echo "グループ管理者のみの機能です。" | html p; return
     1.5    fi
     1.6    case $1 in
     1.7 -    yes)	joingrp "$t_grp" "$t_usr" yes "$t_usr" ;;
     1.8 -    no)		joingrp "$t_grp" "$t_usr" no "$t_usr" ;;
     1.9 +    yes)	joingrp "$t_grp" "$t_usr" yes ;;
    1.10 +    no)		joingrp "$t_grp" "$t_usr" no ;;
    1.11      *)
    1.12        echo "無効な指定です($1)。" | html p
    1.13        return ;;