bugfix sf#1381305, SQLReports broken

This commit is contained in:
Colin Kuskie 2005-12-16 00:32:57 +00:00
parent 752a8669c0
commit cc88ecada8
2 changed files with 2 additions and 1 deletions

View file

@ -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

View file

@ -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};