@ -363,6 +363,8 @@ function replaceVariables(text){
sql = sql.replaceAll('$__timeFrom()', 1);
sql = sql.replaceAll('$__timeTo()', 1);
sql = sql.replaceAll(/\$\w+/g, 1);
sql = sql.replaceAll('${__from}', 1);
sql = sql.replaceAll('${__to}', 1);
return sql;
}