Fix missing table in report BT#17034

pull/3213/head
Julio Montoya 5 years ago
parent c53b04e385
commit d7322af067
  1. 3
      main/inc/lib/statistics.lib.php

@ -235,7 +235,6 @@ class Statistics
default_value_type LIKE '%".$keyword."%' OR
default_value LIKE '%".$keyword."%') ";
}
$res = Database::query($sql);
$obj = Database::fetch_object($res);
@ -911,7 +910,7 @@ class Statistics
$table->set_header(5, get_lang('UserName'));
$table->set_header(6, get_lang('IPAddress'));
$table->set_header(7, get_lang('Date'));
$content = $table->toHtml();
$content .= $table->return_table();
return $content;
}

Loading…
Cancel
Save