Merged in bugfix/PMCORE-876 (pull request #7299)

PMCORE-876 The files are not shown, when we create a PM_Table from an external DB

Approved-by: Julio Cesar Laura Avendaño <contact@julio-laura.com>
This commit is contained in:
Roly
2020-04-03 15:37:18 +00:00
committed by Julio Cesar Laura Avendaño
12 changed files with 1605 additions and 5 deletions

View File

@@ -63,6 +63,9 @@ class MultiProcOpen
sleep($this->sleepTime); //this sleep is very important
$i = 0;
$n = count($processes);
if ($n === 0) {
return [];
}
$outputs = [];
do {
$index = $i % $n;