mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
[DX Atlas Gridsquare Export] Changed filename for export.
This commit is contained in:
@@ -25,7 +25,7 @@ class Dxatlas extends CI_Controller {
|
||||
|
||||
}
|
||||
|
||||
public function export() {
|
||||
public function export() {
|
||||
$this->load->model('dxatlas_model');
|
||||
|
||||
// Parameters
|
||||
@@ -100,7 +100,7 @@ class Dxatlas extends CI_Controller {
|
||||
}
|
||||
|
||||
function makeZip($gridWkdString, $gridCfmString, $band) {
|
||||
$zipFileName = $this->session->userdata('user_callsign') . '_'. $band . '.zip';
|
||||
$zipFileName = 'dxatlas_gridsquares_'. $band . '.zip';
|
||||
// Prepare File
|
||||
$file = tempnam("tmp", "zip");
|
||||
$zip = new ZipArchive();
|
||||
|
||||
Reference in New Issue
Block a user