X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=reporting%2Frep202.php;fp=reporting%2Frep202.php;h=dc899f577af2c7e9910ed1f11831a4580f61aa2f;hb=c57a65eca46110b7e4a865dc2b007c1fd75838c3;hp=d327f8b9771ae77cb7bab72d9c88bfedf6cc2cab;hpb=e3f484ae204332e27562507b0361e024fccf4c42;p=fa-stable.git diff --git a/reporting/rep202.php b/reporting/rep202.php index d327f8b9..dc899f57 100644 --- a/reporting/rep202.php +++ b/reporting/rep202.php @@ -253,7 +253,7 @@ function print_aged_supplier_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;