Now always show the number of monitors in monitor detail. Ticker #2463

This commit is contained in:
Arturo Gonzalez Diaz 2015-07-20 10:53:24 +02:00
parent 30728f04ec
commit 3744e0ea6f
1 changed files with 1 additions and 3 deletions

View File

@ -816,9 +816,7 @@ switch ($config["dbtype"]) {
if (! defined ('METACONSOLE')) {
$result = db_get_all_rows_sql ($sql);
if ($count > $config["block_size"]) {
ui_pagination ($count, false, $offset);
}
ui_pagination ($count, false, $offset);
if ($result === false) {
$result = array ();