memberId'"; $at_sel = checkAttendee($at_where); $at_fat = Jun_fatch_arryQuery($at_sel); if($at_fat['caId']) { $at_status = "1"; } else { $at_status = "0"; } //member status $mb_status = checkMemberStatus($cm_fat['ceId'], $member->memberId); //check block and active if($cm_fat['isBlocked'] == "1") { echo ""; exit; } if($cm_fat['isActive'] == "0" && $mb_status != "host") { echo ""; exit; } ?>