mirror of
https://github.com/itflow-org/itflow
synced 2026-07-23 08:50:42 +00:00
Replace Function strtoAZaz09() with toAlphanumeric()
This commit is contained in:
@@ -2063,7 +2063,7 @@ if (isset($_POST["export_client_pdf"])) {
|
||||
$pdf->writeHTML($html, true, false, true, false, "");
|
||||
|
||||
// Output the PDF document for download
|
||||
$pdf->Output(strtoAZaz09($client_name) . "-IT_Documentation-" . date("Y-m-d") . ".pdf", "D");
|
||||
$pdf->Output(toAlphanumeric($client_name) . "-IT_Documentation-" . date("Y-m-d") . ".pdf", "D");
|
||||
exit;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user