From 0fbce611eb7f66293326adb89f59adb7638470c7 Mon Sep 17 00:00:00 2001 From: Daniel Spitzer Date: Tue, 3 Jun 2025 12:06:51 +0200 Subject: [PATCH] =?UTF-8?q?API=20Anpassungen=20*=20Abwesenenheiten=20f?= =?UTF-8?q?=C3=BCr=20Kalender=20implementiert?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/Poprack/PoprackController.php | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/application/Poprack/PoprackController.php b/application/Poprack/PoprackController.php index 9cb64c243..9a2a51476 100644 --- a/application/Poprack/PoprackController.php +++ b/application/Poprack/PoprackController.php @@ -184,35 +184,35 @@ class PoprackController extends mfBaseController $maxwidth = intval($cellwidth / 4); } if ($slots['width'] < 12 && $position != $slots['position']) { - echo 'frei'; + echo 'frei'; $position++; $calcwidth = $calcwidth + $slots['width']; } if ($slots['width'] < 12 && $position != $slots['position']) { - echo 'frei'; + echo 'frei'; $position++; $calcwidth = $calcwidth + $slots['width']; } if ($slots['width'] < 12 && $position != $slots['position']) { - echo 'frei'; + echo 'frei'; $position++; $calcwidth = $calcwidth + $slots['width']; } - echo ' ' . $slots['modulname'] . $extTextspan . ''; + echo ' ' . $slots['modulname'] . $extTextspan . ''; $position++; $calcwidth = $calcwidth + $slots['width']; } if ($calcwidth != 12) { - echo 'frei'; + echo 'frei'; $calcwidth = $calcwidth + $slots['width']; } if ($calcwidth != 12) { - echo 'frei'; + echo 'frei'; $calcwidth = $calcwidth + $slots['width']; } if ($calcwidth != 12) { - echo 'frei'; + echo 'frei'; $calcwidth = $calcwidth + $slots['width']; }