Fixed events list view to Read only users

This commit is contained in:
fermin831 2017-03-06 13:23:29 +01:00
parent a46d4502e6
commit 223a9a6d0e
1 changed files with 3 additions and 0 deletions

View File

@ -259,6 +259,9 @@ else {
$table->head[$i] = html_print_checkbox ("all_validate_box", "1", false, true);
$table->align[$i] = 'left';
}
else {
$table->head[$i] = '';
}
}
if ($meta) {