1) get preferences working again

2) readded the last changes
This commit is contained in:
Ralf Becker 2005-07-23 15:48:52 +00:00
parent eb10db6e3f
commit 27dfeeae85

View File

@ -18,7 +18,6 @@
1 => lang('Yes'),
2 => lang('Yes').' - '.lang('show list of upcoming entries'),
);
unset($show_entries);
$ui =& CreateObject('infolog.uiinfolog'); // need some labels from
foreach($ui->filters as $key => $label)
@ -30,7 +29,8 @@
'all' => lang('all links and attachments'),
'links' => lang('only the links'),
'attach' => lang('only the attachments'),
'none' => lang('no links or attachments')
'none' => lang('no links or attachments'),
'no_describtion' => lang('no describtion, links or attachments'),
);
/* Settings array for this app */