mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-22 09:22:22 +00:00
modifies how the slot template from the Calendar Page is passed to the CalendarApp and prints the reservierungen differently (but the reservierungen are not grouped yet)
This commit is contained in:
@@ -98,7 +98,8 @@ class Stundenplan extends FHCAPI_Controller
|
||||
|
||||
|
||||
$result = $this->StundenplanModel->getRoomDataOnDay($ort_kurzbz,$start_date,$end_date);
|
||||
|
||||
// logging the result of the query
|
||||
//$this->loglib->logErrorDB(print_r($result,true),"this is the result of the query");
|
||||
|
||||
|
||||
if(isError($result)){
|
||||
|
||||
Reference in New Issue
Block a user