mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
Add new else
This commit is contained in:
parent
22efc4ba44
commit
9bc83b4ffd
@ -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;
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user