bugfix sf#1381305, SQLReports broken
This commit is contained in:
parent
752a8669c0
commit
cc88ecada8
2 changed files with 2 additions and 1 deletions
|
|
@ -3,6 +3,7 @@
|
|||
- fixed a problem with op=editUser where it would use profile field
|
||||
values of the current user.
|
||||
- fix [ 1381551 ] epochToHuman for foreign languages
|
||||
- fix [ 1381305 ] SQLReports report nothing!!!
|
||||
|
||||
6.8.2
|
||||
- fix [ 1378871 ] become this user doesn't work
|
||||
|
|
|
|||
|
|
@ -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