Skip to content

Commit

Permalink
Merge pull request #709 from AlexKay85/master
Browse files Browse the repository at this point in the history
enabled deletion of temporary file after Reports' Excel export was wr…
  • Loading branch information
AlexKay85 authored Jun 28, 2022
2 parents 4e65d40 + af47ff9 commit 98dc907
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/Reports/models/Record.php
Original file line number Diff line number Diff line change
Expand Up @@ -727,7 +727,7 @@ function getReportXLS() {

$fp = fopen($tempFileName, 'rb');
fpassthru($fp);
//unlink($tempFileName);
unlink($tempFileName);
}

/**
Expand Down
2 changes: 1 addition & 1 deletion vtigerversion.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@
$vtiger_current_version = '6.5.0';
$_SESSION['vtiger_version'] = $vtiger_current_version;

$current_release_tag = 'berlicrm-1.0.35';
$current_release_tag = 'berlicrm-1.0.36';

0 comments on commit 98dc907

Please sign in to comment.