'#description'=>t("Selecting this option, email delivery will be performed by the Job Queue module during each cron run. Leaving this unselected, the email will be sent immediately, but the site will take slightly longer to reply to the user."),
'#description'=>t("Selecting this option, email delivery will be performed by the system queue during each cron run. Leaving this unselected, the email will be sent immediately, but the site will take slightly longer to reply to the user."),
job_queue_add('drupal_mail',t('print_mail: From %from',array('%from'=>$from)),array('print_mail',$print_mail_send_option_default,$to,language_default(),$params,$from,TRUE),$this_file,TRUE);
}
else{
// Send mail immediately using Drupal's mail handler
@@ -639,8 +632,7 @@ function print_ui_link_allowed($link, $args) {
if(!isset($res[$link['format']][$node->nid])){
$res[$link['format']][$node->nid]=db_query("SELECT comments FROM {".$link['module']."_node_conf} WHERE nid = :nid",array(':nid'=>$node->nid))->fetchField();