Bug 323721: [PostgreSQL] New charts feature crashes - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=justdave
git-svn-id: svn://10.0.0.236/trunk@188276 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
dc2d92314c
commit
fdaf6624ea
@ -395,7 +395,7 @@ sub getVisibleSeries {
|
||||
" AND cgm.group_id NOT IN($grouplist) " .
|
||||
"WHERE creator = " . Bugzilla->user->id . " OR " .
|
||||
" cgm.category_id IS NULL " .
|
||||
$dbh->sql_group_by('series_id', 'cc1.name, cc2.name, ' .
|
||||
$dbh->sql_group_by('series.series_id', 'cc1.name, cc2.name, ' .
|
||||
'series.name'));
|
||||
foreach my $series (@$serieses) {
|
||||
my ($cat, $subcat, $name, $series_id) = @$series;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user