CDR, Advanced Search, Statistics - Button updates, minor adjustments.

This commit is contained in:
Nate
2020-02-07 07:44:08 -07:00
parent 14f20c34a0
commit 8ce40ea768
4 changed files with 279 additions and 296 deletions
+1 -1
View File
@@ -333,7 +333,7 @@
$sql_where = ' where ';
// concatenate the 'ands's array, add to where clause
if (sizeof($sql_where_ands) > 0) {
if (is_array($sql_where_ands) && @sizeof($sql_where_ands) > 0) {
$sql_where .= implode(" and ", $sql_where_ands)." and ";
}