Some code beaty applied
[mailer.git] / inc / expression-functions.php
index f39e314a3ad467a0515e898da434caeff94658cd..a9aa0b5681c3034b9e341a0b355c5259e257b324 100644 (file)
@@ -268,7 +268,7 @@ function doExpressionTemplate ($data) {
        $callback = 'doTemplate' . $data['callback'];
 
        // Init replacer
-       $replacer = '<!-- ['.__FUNCTION__.':'.__LINE__.'] Call-back function ' . $callback  . ' does not exist. //-->';
+       $replacer = '<!-- [' . __FUNCTION__ . ':' . __LINE__.'] Call-back function ' . $callback  . ' does not exist. //-->';
 
        // Is the function there?
        if (function_exists($callback)) {