diff --git a/event.php b/event.php index d96e2ba..7316aa7 100644 --- a/event.php +++ b/event.php @@ -199,11 +199,8 @@ $bottom_stats = $majors_stat->display(); - if($scan['eid'] != 0) - { $box_stat = new Box('Statistics', $bottom_stats); $stat_display = '
'.$box_stat->display("full"); - } $content = $box->display().$stat_display; $page->setContent($content);