Merge branch 'ent-4818-cambio-en-plugin-tools' into 'develop'
Updated file names to avoid collision See merge request artica/pandorafms!2816
This commit is contained in:
commit
cb269789a7
|
@ -762,7 +762,7 @@ sub transfer_xml {
|
|||
my $file_path;
|
||||
|
||||
if (! (empty ($name))) {
|
||||
$file_name = $name . "." . sprintf("%d",time()) . ".data";
|
||||
$file_name = $name . "." . sprintf("%d",getCurrentUTimeMilis(). (rand()*10000)) . ".data";
|
||||
}
|
||||
else {
|
||||
# Inherit file name
|
||||
|
|
Loading…
Reference in New Issue