default data export
This commit is contained in:
parent
1c2381273e
commit
d206955777
@ -2559,9 +2559,6 @@ class PageController extends Controller {
|
|||||||
return "";
|
return "";
|
||||||
}
|
}
|
||||||
$exportData = $this->myDb->getExportThanatoStatisticData($thanatoIdsToExport);
|
$exportData = $this->myDb->getExportThanatoStatisticData($thanatoIdsToExport);
|
||||||
if(empty($exportData)){
|
|
||||||
return "";
|
|
||||||
}
|
|
||||||
try{
|
try{
|
||||||
$current_config = json_decode($this->myDb->getConfiguration($this->idNextcloud));
|
$current_config = json_decode($this->myDb->getConfiguration($this->idNextcloud));
|
||||||
$clean_folder = html_entity_decode($current_config[0]->path).'/';
|
$clean_folder = html_entity_decode($current_config[0]->path).'/';
|
||||||
@ -2597,9 +2594,6 @@ class PageController extends Controller {
|
|||||||
return "";
|
return "";
|
||||||
}
|
}
|
||||||
$exportData = $this->myDb->getExportClientStatData($clientIdsToExport);
|
$exportData = $this->myDb->getExportClientStatData($clientIdsToExport);
|
||||||
if(empty($exportData)){
|
|
||||||
return "";
|
|
||||||
}
|
|
||||||
try{
|
try{
|
||||||
$current_config = json_decode($this->myDb->getConfiguration($this->idNextcloud));
|
$current_config = json_decode($this->myDb->getConfiguration($this->idNextcloud));
|
||||||
$clean_folder = html_entity_decode($current_config[0]->path).'/';
|
$clean_folder = html_entity_decode($current_config[0]->path).'/';
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user