X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fexpression-functions.php;h=3ccafa59c634c474b578c0922f1df45e72bcbfa3;hb=5942a52ee1b26fdf495dc9c0946d616afc649607;hp=e25a28fd3f204ce60b1fce41b7e0d50eb7ec8f73;hpb=e5527fd38a6585c8466dc28d013f12d21eb7c07a;p=mailer.git diff --git a/inc/expression-functions.php b/inc/expression-functions.php index e25a28fd3f..3ccafa59c6 100644 --- a/inc/expression-functions.php +++ b/inc/expression-functions.php @@ -10,11 +10,6 @@ * -------------------------------------------------------------------- * * Kurzbeschreibung : Expression-Callback-Funktionen * * -------------------------------------------------------------------- * - * $Revision:: $ * - * $Date:: $ * - * $Tag:: 0.2.1-FINAL $ * - * $Author:: $ * - * -------------------------------------------------------------------- * * Copyright (c) 2003 - 2009 by Roland Haeder * * Copyright (c) 2009 - 2013 by Mailer Developer Team * * For more information visit: http://mxchange.org * @@ -157,7 +152,7 @@ function doExpressionExt ($data) { } // END - if // Generate replacer - $replacer = sprintf('&ext=%s&ver=%s&rev={?CURRENT_REPOSITORY_REVISION?}', $data['matches'][4][$data['key']], $replacer); + $replacer = sprintf('&ext=%s&ver=%s', $data['matches'][4][$data['key']], $replacer); // Replace it and insert parameter for GET request $code = replaceExpressionCode($data, $replacer);