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