mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-01 12:19:28 +00:00
remove old code
This commit is contained in:
@@ -892,11 +892,6 @@ class Abgabe extends FHCAPI_Controller
|
|||||||
};
|
};
|
||||||
|
|
||||||
$projektarbeit->abgabetermine = array_values(array_filter($projektabgaben, $filterFunc));
|
$projektarbeit->abgabetermine = array_values(array_filter($projektabgaben, $filterFunc));
|
||||||
|
|
||||||
// // check the signature status for enduploads
|
|
||||||
// foreach($projektarbeit->abgabetermine as $abgabe) {
|
|
||||||
// $this->checkAbgabeSignatur($abgabe, $projektarbeit);
|
|
||||||
// }
|
|
||||||
}
|
}
|
||||||
|
|
||||||
$this->terminateWithSuccess(array($projektarbeiten, DOMAIN));
|
$this->terminateWithSuccess(array($projektarbeiten, DOMAIN));
|
||||||
|
|||||||
Reference in New Issue
Block a user