no message
This commit is contained in:
@@ -79,16 +79,13 @@ class Verbraucher_extern extends IPSModule
|
|||||||
foreach ($tempListe as &$wert) {
|
foreach ($tempListe as &$wert) {
|
||||||
$wert += $verbraucher['P_Nenn'];
|
$wert += $verbraucher['P_Nenn'];
|
||||||
}
|
}
|
||||||
unset($wert);
|
unset($wert);
|
||||||
IPS_LogMessage("Verbruacher extern", print_r($tempListe));
|
|
||||||
|
|
||||||
$kombinationen = array_merge($kombinationen, $tempListe);
|
$kombinationen = array_merge($kombinationen, $tempListe);
|
||||||
IPS_LogMessage("Verbruacher extern2", print_r($kombinationen));
|
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
$kombinationen = array_unique(sort($kombinationen));
|
sort($kombinationen)
|
||||||
IPS_LogMessage("Verbruacher extern3", print_r($kombinationen));
|
$kombinationen = array_unique($kombinationen);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user