no message
This commit is contained in:
@@ -69,8 +69,8 @@ class Verbraucher_extern extends IPSModule
|
||||
|
||||
private function berechneKombinationen(array $verbraucherListe)
|
||||
{
|
||||
|
||||
$kombinationen = [0];
|
||||
$kombinationen = [];
|
||||
$kombinationen[] = 0;
|
||||
IPS_LogMessage("externer verb 1", "1" .print_r($kombinationen));
|
||||
|
||||
foreach ($verbraucherListe as $verbraucher) {
|
||||
|
||||
Reference in New Issue
Block a user