X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fexpression-functions.php;h=fcd54874ca7eb439d8aaffaea4a3256cc47628b1;hb=e19231f39d9d6583cc5753dbd2638c597957fdd1;hp=9bd74b48cc5d8597a530457668ddb2b22641c38f;hpb=61621983cc6d7195fcc7eab29b5f6080ff283b34;p=mailer.git diff --git a/inc/expression-functions.php b/inc/expression-functions.php index 9bd74b48cc..fcd54874ca 100644 --- a/inc/expression-functions.php +++ b/inc/expression-functions.php @@ -322,9 +322,6 @@ function doExpressionMath ($data) { // Replace the code $code = replaceExpressionCode($data, $replacer); - // Load include once - loadIncludeOnce('inc/math-functions.php'); - // Return the (maybe) replaced code return $code; }