fix eldy comment
This commit is contained in:
parent
a27c263747
commit
986b4f78ba
@ -344,10 +344,10 @@ function projectLinesa(&$inc, $parent, &$lines, &$level, $var, $showproject, &$t
|
||||
$filterprogresscalc = str_replace(' = ', ' == ', $filterprogresscalc);
|
||||
if (!eval($filterprogresscalc)) {
|
||||
unset($lines[$key]);
|
||||
$lines=array_values($lines);
|
||||
}
|
||||
}
|
||||
}
|
||||
$lines=array_values($lines);
|
||||
}
|
||||
|
||||
$numlines=count($lines);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user