# HG changeset patch # User HIROSE Yuuji # Date 1593472676 -32400 # Node ID 7d9ad05aefee30cce60dfdd3440c33d99bb933f1 # Parent 770f2eed24a19ebb46762152d0d0e2bb7fc5677f Do not collect group-email when getting notify-mode seems to fail diff -r 770f2eed24a1 -r 7d9ad05aefee s4-blog.sh --- a/s4-blog.sh Fri Jun 26 22:41:57 2020 +0900 +++ b/s4-blog.sh Tue Jun 30 08:17:56 2020 +0900 @@ -58,7 +58,7 @@ emails=$emails" `email4groupbyuid \"$blogowner\" $notifyto`" fi ;; - no) emails="" ;; + no|"") emails="" ;; # 2020-0630 Omit email when heavy load...(XXX) *) team=`blog_getteam "$blogid"` # team cannot get by `getvalbyid blog team "$blogid"` emails=`TEAM=$team collectemail "$blogowner"` ;;