diff --git a/include/lib/manage_table_sql.class.php b/include/lib/manage_table_sql.class.php index 1286ee114..73f7a8a21 100644 --- a/include/lib/manage_table_sql.class.php +++ b/include/lib/manage_table_sql.class.php @@ -831,13 +831,10 @@ function check() } else { printf('', $this->object_name); } + $this->display_table_header(); + echo ''; for ($i=0; $i<$nb; $i++) { - if ($i==0) - { - $this->display_table_header(); - echo ''; - } $row=Database::fetch_array($ret, $i); $this->display_row($row); }