X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fexpression-functions.php;h=fcd54874ca7eb439d8aaffaea4a3256cc47628b1;hb=e19231f39d9d6583cc5753dbd2638c597957fdd1;hp=3ccafa59c634c474b578c0922f1df45e72bcbfa3;hpb=ed930d1133b51edc7ec2379d91286d64afd9bc4f;p=mailer.git diff --git a/inc/expression-functions.php b/inc/expression-functions.php index 3ccafa59c6..fcd54874ca 100644 --- a/inc/expression-functions.php +++ b/inc/expression-functions.php @@ -11,7 +11,7 @@ * Kurzbeschreibung : Expression-Callback-Funktionen * * -------------------------------------------------------------------- * * Copyright (c) 2003 - 2009 by Roland Haeder * - * Copyright (c) 2009 - 2013 by Mailer Developer Team * + * Copyright (c) 2009 - 2016 by Mailer Developer Team * * For more information visit: http://mxchange.org * * * * This program is free software; you can redistribute it and/or modify * @@ -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; }