no message
This commit is contained in:
@@ -68,7 +68,7 @@ class Verbraucher_extern extends IPSModule
|
||||
|
||||
|
||||
private function berechneKombinationen(array $verbraucherListe){
|
||||
$kombinationen = [];
|
||||
$kombinationen = [0];
|
||||
foreach ($verbraucherListe as $verbraucher) {
|
||||
|
||||
if (GetValue($verbraucher['Read_Var']) == 1) {
|
||||
|
||||
Reference in New Issue
Block a user