mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-24 02:12:17 +00:00
adds the roomInformation Calendar to the menu and uses different template for the calendar page slot
This commit is contained in:
@@ -74,6 +74,7 @@ class Stundenplan extends Auth_Controller
|
||||
|
||||
|
||||
$result = $this->StundenplanModel->getRoomDataOnDay('EDV_A2.06','2024-05-21');
|
||||
$result = hasData($result) ? getData($result) : [];
|
||||
//echo($this->db->last_query());
|
||||
echo json_encode($result);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user