mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-02 20:20:00 +00:00
fix broken link in agg queries. Not part of build, no bug (as with checkin before)
This commit is contained in:
parent
16a9e79d60
commit
fdc190bfe5
@ -273,7 +273,7 @@ else {
|
||||
} else {
|
||||
if(($key == $_GET['count']) || ($key == 'host_hostname' && $_GET['count'] == 'host_id')){
|
||||
if ($key == 'host_hostname' && $_GET['count'] == 'host_id'){
|
||||
$subquery = 'host_hostname='.$row['host_hostname'];
|
||||
$subquery = 'host_hostname='.$query->fields['host_hostname'];
|
||||
}
|
||||
else {
|
||||
$subquery = $_GET['count'].'='.$query->fields[$key];
|
||||
|
Loading…
x
Reference in New Issue
Block a user