]> git.mxchange.org Git - mailer.git/blobdiff - inc/expression-functions.php
Functions renamed
[mailer.git] / inc / expression-functions.php
index 0c76f8f37f4677de61897de73af51e0ed4867195..b3ee099725fead995c04ca8e44694ea05f6721ab 100644 (file)
@@ -151,7 +151,7 @@ function doExpressionExt ($data) {
        } // END - if
 
        // Generate replacer
-       $replacer = sprintf("&ext=%s&ver=%s&rev={?CURR_SVN_REVISION?}", $data['matches'][4][$data['key']], $replacer);
+       $replacer = sprintf("&ext=%s&ver=%s&rev={?CURRENT_REPOSITORY_REVISION?}", $data['matches'][4][$data['key']], $replacer);
 
        // Replace it and insert parameter for GET request
        $code = replaceExpressionCode($data, $replacer);