Fixed bug in meta
Former-commit-id: abccf5d87390bdb9981928e975947fe3ad71cc70
This commit is contained in:
parent
6121c2a32b
commit
05ab375f8a
|
@ -429,8 +429,10 @@ function cron_list_table()
|
|||
}
|
||||
|
||||
$email = $args[1];
|
||||
$report_type = $args[4];
|
||||
$data[2] .= '<br>- '.__('Report').": <a href='index.php?sec=reporting&sec2=operation/reporting/reporting_viewer&id=".$args[0]."'>";
|
||||
$data[2] .= $report['name'].'</a>';
|
||||
$data[2] .= '<br>- '.__('Report type').': '.$report_type;
|
||||
$data[2] .= '<br>- '.__('Email').": <a href='mailto:".$email."'>";
|
||||
$data[2] .= ui_print_truncate_text($email, 60, false).'</a>';
|
||||
break;
|
||||
|
|
Loading…
Reference in New Issue