}
$this->pdf->Output(CRM_Utils_String::munge($layoutInfo['title'], '_', 64) . '.pdf', 'D');
- CRM_Utils_System::civiExit(1);
+ CRM_Utils_System::civiExit();
}
/**
//call function to create labels
self::createLabel($rows, $fv['label_name']);
- CRM_Utils_System::civiExit(1);
+ CRM_Utils_System::civiExit();
}
/**
$form->postProcessHook();
- CRM_Utils_System::civiExit(1);
+ CRM_Utils_System::civiExit();
}
/**
}
if (!empty($html)) {
// ie. we have only sent emails - lets no show a white screen
- CRM_Utils_System::civiExit(1);
+ CRM_Utils_System::civiExit();
}
}
$this->event = self::retrieveEvent($eventID);
//call function to create labels
self::createLabels($participants);
- CRM_Utils_System::civiExit(1);
+ CRM_Utils_System::civiExit();
}
/**
}
//call function to create labels
CRM_Contact_Form_Task_LabelCommon::createLabel($labelRows, $labelName);
- CRM_Utils_System::civiExit(1);
+ CRM_Utils_System::civiExit();
}
}
$form->postProcessHook();
- CRM_Utils_System::civiExit(1);
+ CRM_Utils_System::civiExit();
}
/**
$pdf->Close();
$pdf_file = 'CiviLetter' . '.pdf';
$pdf->Output($pdf_file, 'D');
- CRM_Utils_System::civiExit(1);
+ CRM_Utils_System::civiExit();
}
/**