X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=reporting%2Frep102.php;h=7f509f8f6fad993f72d5febbb9f2e1733102d13b;hb=b1c2fa3e0bfbe1a23e1d0c6d575ee57854470131;hp=e407c6d7b8f77a2323d55d83a5e2a42b2b936584;hpb=a9d55e1c13cbd6a6305b9322ec8621a06516f9f3;p=fa-stable.git diff --git a/reporting/rep102.php b/reporting/rep102.php index e407c6d7..7f509f8f 100644 --- a/reporting/rep102.php +++ b/reporting/rep102.php @@ -245,7 +245,7 @@ function print_aged_customer_analysis() $pg->skin = $SysPrefs->graph_skin; $pg->built_in = false; $pg->latin_notation = ($SysPrefs->decseps[user_dec_sep()] != "."); - $filename = company_path(). "/pdf_files/". uniqid("").".png"; + $filename = company_path(). "/pdf_files/". random_id().".png"; $pg->display($filename, true); $w = $pg->width / 1.5; $h = $pg->height / 1.5;