Fix. Display statistic for all domains (showall=true) (#2915)
This commit is contained in:
committed by
FusionPBX
parent
d9210da83d
commit
5b95fcfca0
@@ -233,9 +233,10 @@ else {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
$sql_where = ' where ';
|
||||||
// concatenate the 'ands's array, add to where clause
|
// concatenate the 'ands's array, add to where clause
|
||||||
if (sizeof($sql_where_ands) > 0) {
|
if (sizeof($sql_where_ands) > 0) {
|
||||||
$sql_where = " where ".implode(" and ", $sql_where_ands)." and ";
|
$sql_where .= implode(" and ", $sql_where_ands)." and ";
|
||||||
}
|
}
|
||||||
|
|
||||||
//calculate the seconds in different time frames
|
//calculate the seconds in different time frames
|
||||||
|
|||||||
Reference in New Issue
Block a user