- show only description rather than the filename (uninteresting for users and better fit on page)

This commit is contained in:
Michael Kaufmann (d00p)
2010-01-28 11:48:54 +00:00
parent 61edf5e635
commit f3af17b9a8
3 changed files with 5 additions and 8 deletions

View File

@@ -36,7 +36,6 @@ if($page == 'cronjobs'
$log->logAction(ADM_ACTION, LOG_NOTICE, "viewed admin_cronjobs");
$fields = array(
'c.cronfile' => $lng['cron']['cronname'],
'c.lastrun' => $lng['cron']['lastrun'],
'c.interval' => $lng['cron']['interval'],
'c.isactive' => $lng['cron']['isactive']