function edit_screen()
 {
     // if ass-admin-can-send-email = no this won't show
     ass_admin_notice_form();
     // removed for now because it was broken
     return true;
 }
 public function edit_screen($group_id = null)
 {
     // if ass-admin-can-send-email = no this won't show
     ass_admin_notice_form();
     // removed for now because it was broken
 }