]> git.mxchange.org Git - mailer.git/blobdiff - inc/expression-functions.php
Don't abuse isValidSqlLink() for checking results
[mailer.git] / inc / expression-functions.php
index 9bd74b48cc5d8597a530457668ddb2b22641c38f..fcd54874ca7eb439d8aaffaea4a3256cc47628b1 100644 (file)
@@ -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;
 }