Add Saved Values vom DB
This commit is contained in:
parent
db2cdf6cbc
commit
6ba6200fbb
@ -110,7 +110,7 @@ class CalcValues
|
||||
|
||||
if ($edge->getCalcValue() != "") {
|
||||
$cv = $this->formelCalc->parse($edge->getCalcValue());
|
||||
echo $id . ' '. $this->formelCalc->parse($edge->getCalcValue()) . ' ' . $cv . ' '. PHP_EOL.PHP_EOL;
|
||||
//echo $id . ' '. $this->formelCalc->parse($edge->getCalcValue()) . ' ' . $cv . ' '. PHP_EOL.PHP_EOL;
|
||||
eval('$cv = ' . $cv . ';');
|
||||
|
||||
$this->engine->addCalcVariable($id, $cv);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user