no message
This commit is contained in:
@@ -97,7 +97,7 @@ class Verbraucher_extern extends IPSModule
|
|||||||
}
|
}
|
||||||
for ($i = $startIndex; $i < count($values); $i++) {
|
for ($i = $startIndex; $i < count($values); $i++) {
|
||||||
$currentCombination[] = $values[$i];
|
$currentCombination[] = $values[$i];
|
||||||
if (findCombinationRecursive($power - $values[$i], $values, $currentCombination, $i + 1, $result)) {
|
if ($this->findCombinationRecursive($power - $values[$i], $values, $currentCombination, $i + 1, $result)) {
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
array_pop($currentCombination);
|
array_pop($currentCombination);
|
||||||
|
|||||||
Reference in New Issue
Block a user