removed status update in AddressDB/Index

This commit is contained in:
Frank Schubert
2024-09-25 14:44:57 +02:00
parent 0ab70aaff3
commit d4eca0fa36
2 changed files with 5 additions and 5 deletions

View File

@@ -558,11 +558,11 @@ class AddressDBController extends mfBaseController {
}
}
protected function statusUpdateimportAction() {
/*protected function statusUpdateimportAction() {
$this->layout()->setTemplate("AddressDB/Statusupdateimport");
}
}*/
protected function saveStatusupdateImportAction() {
/*protected function saveStatusupdateImportAction() {
$headline_included = $this->request->headline;
if(is_array($_FILES) && array_key_exists("statusupdate_csv", $_FILES) && !$_FILES['statusupdate_csv']['error']) {
@@ -711,7 +711,7 @@ class AddressDBController extends mfBaseController {
$this->layout()->setFlash("Nichts importiert!", "info");
$this->redirect("Preorder", "statusupdateimport");
}
}
}*/
protected function apiAction() {