]> 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 3ccafa59c634c474b578c0922f1df45e72bcbfa3..fcd54874ca7eb439d8aaffaea4a3256cc47628b1 100644 (file)
@@ -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;
 }