X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=inc%2Fexpression-functions.php;h=65b69840058f0f6f60606ed6c0d12c24cb36377a;hb=09f5758c42a33a56bdd461c946ffe759a59c54aa;hp=4af907683861922bae98937ef641e7abc8af7e36;hpb=3f273b089ef98ed764d4ce4ae533fb8caf8ef1ae;p=mailer.git diff --git a/inc/expression-functions.php b/inc/expression-functions.php index 4af9076838..65b6984005 100644 --- a/inc/expression-functions.php +++ b/inc/expression-functions.php @@ -18,6 +18,7 @@ * svn:keywords Date Revision" (autoprobset!) at least!!!!!! * * -------------------------------------------------------------------- * * Copyright (c) 2003 - 2009 by Roland Haeder * + * Copyright (c) 2009, 2010 by Mailer Developer Team * * For more information visit: http://www.mxchange.org * * * * This program is free software; you can redistribute it and/or modify * @@ -98,9 +99,9 @@ function doExpressionUser ($data) { } // Do we have another function to run (e.g. translations) - if (!empty($extraFunction)) { + if (!empty($data['extra_func'])) { // Surround the original function call with it - $functionName = $extraFunction . '(' . $functionName . ')'; + $functionName = $data['extra_func'] . '(' . $functionName . ')'; } // END - if // Now replace the code