X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=reporting%2Frep102.php;h=754d929a6393897056337416bac5cf927facbc2e;hb=06a878fac8f2aa889ee481a22bc9f68fef1f7c8b;hp=0034d786654176b6add8c467cce7fffb7cf761ca;hpb=de09a35c9e55aceaf1c71052cbb40f44e4b3bbc7;p=fa-stable.git diff --git a/reporting/rep102.php b/reporting/rep102.php index 0034d786..754d929a 100644 --- a/reporting/rep102.php +++ b/reporting/rep102.php @@ -248,7 +248,7 @@ function print_aged_customer_analysis() $pg->skin = $graph_skin; $pg->built_in = false; $pg->latin_notation = ($decseps[$_SESSION["wa_current_user"]->prefs->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;