bugfix sf#1381305, SQLReports broken
This commit is contained in:
parent
752a8669c0
commit
cc88ecada8
2 changed files with 2 additions and 1 deletions
|
|
@ -316,7 +316,7 @@ sub _processQuery {
|
|||
|
||||
# Preprocess macros
|
||||
if ($self->{_query}{$nr}{preprocessMacros}) {
|
||||
my $query = $self->{_query}{$nr}{dbQuery};
|
||||
$query = $self->{_query}{$nr}{dbQuery};
|
||||
WebGUI::Macro::process(\$query);
|
||||
} else {
|
||||
$query = $self->{_query}{$nr}{dbQuery};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue