53a54,63 > # Issue 6856: Check to see if the user has an email address. If they do not have an > # email address they won't get the reminder so throw an error. > foreach ($f_to as $t_recipient){ > if (!user_get_email($t_recipient)){ > error_parameters (user_get_name($t_recipient)); > trigger_error( ERROR_USER_EMAIL_NOT_SPECIFIED, ERROR ); > } > } > >