From eb82a7c3267af691aa420f7c379cb4765eda3e71 Mon Sep 17 00:00:00 2001 From: Heiko Wilknitz Date: Sat, 22 Oct 2022 19:15:13 +0200 Subject: [PATCH] Update 3.5.20221020 --- AbfallNavi/module.php | 2 +- Abfall_IO/module.php | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/AbfallNavi/module.php b/AbfallNavi/module.php index 3b23abd..473ec98 100644 --- a/AbfallNavi/module.php +++ b/AbfallNavi/module.php @@ -334,7 +334,7 @@ public function Update() $this->SendDebug(__FUNCTION__, $vars); // write data to variable foreach ($vars as $key => $time) { - $this->SetValueString((string)$key, $time); + $this->SetValueString((string) $key, $time); } // execute Script diff --git a/Abfall_IO/module.php b/Abfall_IO/module.php index ba47af4..4275b2a 100644 --- a/Abfall_IO/module.php +++ b/Abfall_IO/module.php @@ -689,7 +689,7 @@ protected function UpdateForm($io, $options) $this->UpdateFormField('fractionID' . $i, 'value', false); } break; - // Location selected + // Location selected case self::ACTION_PLACE: $this->UpdateFormField('placeID', 'visible', true); $this->UpdateFormField('placeID', 'value', 'null'); @@ -710,7 +710,7 @@ protected function UpdateForm($io, $options) $this->UpdateFormField('fractionID' . $i, 'value', false); } break; - // District selected + // District selected case self::ACTION_DISTRICT: $this->UpdateFormField('districtID', 'visible', true); $this->UpdateFormField('districtID', 'value', 'null'); @@ -729,7 +729,7 @@ protected function UpdateForm($io, $options) $this->UpdateFormField('fractionID' . $i, 'value', false); } break; - // Street selected + // Street selected case self::ACTION_STREET: if ($io[self::IO_DISTRICT] == '') { $this->UpdateFormField('districtID', 'visible', false); @@ -750,7 +750,7 @@ protected function UpdateForm($io, $options) $this->UpdateFormField('fractionID' . $i, 'value', false); } break; - // Addon number selected + // Addon number selected case self::ACTION_ADDON: $this->UpdateFormField('addonID', 'visible', true); $this->UpdateFormField('addonID', 'value', 'null'); @@ -765,7 +765,7 @@ protected function UpdateForm($io, $options) $this->UpdateFormField('fractionID' . $i, 'value', false); } break; - // Fractions selected + // Fractions selected case self::ACTION_FRACTIONS: $this->UpdateFormField('labelFraction', 'visible', true); $f = 1;