aboutsummaryrefslogtreecommitdiff
path: root/lib/raumzeit
diff options
context:
space:
mode:
Diffstat (limited to 'lib/raumzeit')
-rw-r--r--lib/raumzeit/SeminarDB.class.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/raumzeit/SeminarDB.class.php b/lib/raumzeit/SeminarDB.class.php
index 85a8c0d..6361929 100644
--- a/lib/raumzeit/SeminarDB.class.php
+++ b/lib/raumzeit/SeminarDB.class.php
@@ -51,7 +51,7 @@ class SeminarDB
public static function getSingleDates($seminar_id, $start = 0, $end = 0)
{
- $query = "SELECT termine.*, resource_bookings.resource_id, GROUP_CONCAT(DISTINCT trp.user_id) AS related_persons, GROUP_CONCAT(DISTINCT trg.statusgruppe_id) AS related_groups
+ $query = "SELECT SQL_CACHE termine.*, resource_bookings.resource_id, GROUP_CONCAT(DISTINCT trp.user_id) AS related_persons, GROUP_CONCAT(DISTINCT trg.statusgruppe_id) AS related_groups
FROM termine
LEFT JOIN termin_related_persons AS trp ON (termine.termin_id = trp.range_id)
LEFT JOIN termin_related_groups AS trg ON (termine.termin_id = trg.termin_id)