Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
trasher committed Apr 25, 2024
1 parent 0dd6af2 commit 09f1c24
Showing 1 changed file with 0 additions and 25 deletions.
25 changes: 0 additions & 25 deletions src/Stat.php
Expand Up @@ -449,31 +449,6 @@ public static function showTable($itemtype, $type, $date1, $date2, $start, array
$headers = [];
$rows = [];

/*$params = [
'start' => 0,
'is_deleted' => 0,
'as_map' => 0,
'browse' => 0,
'unpublished' => 1,
'criteria' =>
array (
0 =>
array (
'field' => 12,
'searchtype' => 'equals',
'value' => 'notold',
),
),
'metacriteria' =>
array (
),
'display_type' => 0,
'hide_controls' => true
];
$data = SearchEngine::getData($itemtype, $params, []);
$output->displayData($data, $params);*/


$end_display = $start + $_SESSION['glpilist_limit'];
if (isset($_GET['export_all'])) {
$start = 0;
Expand Down

0 comments on commit 09f1c24

Please sign in to comment.