Add new else

This commit is contained in:
marcos.alconada 2019-06-04 17:08:08 +02:00
parent 22efc4ba44
commit 9bc83b4ffd

View File

@ -47,7 +47,7 @@ if ($searchGraphs) {
$filter['limit'] = $config['block_size']; $filter['limit'] = $config['block_size'];
$filter['offset'] = (int) get_parameter('offset'); $filter['offset'] = (int) get_parameter('offset');
$graphs = db_get_all_rows_filter('tgraph', $filter, $columns); $graphs = db_get_all_rows_filter('tgraph', $filter, $columns);
} else {
$totalGraphs = 0;
} }
$totalGraphs = 0;
} }