From 6ba6200fbb173bbaa359fb03e673521419c18084 Mon Sep 17 00:00:00 2001 From: Thomas Peterson Date: Tue, 28 Jul 2020 08:40:48 +0200 Subject: [PATCH] Add Saved Values vom DB --- src/Calc/CalcValues.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Calc/CalcValues.php b/src/Calc/CalcValues.php index 9174f73..6b362c9 100644 --- a/src/Calc/CalcValues.php +++ b/src/Calc/CalcValues.php @@ -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);