Don't show report id by default

This commit is contained in:
robert%accettura.com 2006-02-17 04:24:56 +00:00
Родитель 2fde9cf94c
Коммит 234a388857
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -122,7 +122,7 @@ if (isset($_GET['selected'])){
$content->assign('selected', $_GET['selected']);
}
else {
$content->assign('selected', array('report_id', 'host_hostname', 'report_file_date'));
$content->assign('selected', array('host_hostname', 'report_file_date'));
}
displayPage($content, 'index', 'index.tpl');