no message
This commit is contained in:
@@ -87,8 +87,7 @@ class Verbraucher_extern extends IPSModule
|
||||
return array_values(array_unique($kombinationen));
|
||||
}
|
||||
|
||||
private
|
||||
function findCombinationRecursive($power, $values, $currentCombination, $startIndex, &$result) {
|
||||
private function findCombinationRecursive($power, $values, $currentCombination, $startIndex, &$result) {
|
||||
if ($power == 0) {
|
||||
$result = $currentCombination;
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user