Commit f8acce57 authored by Nico Schallehn's avatar Nico Schallehn

Default Spalten hinzugefügt

parent 1358e208
......@@ -20,7 +20,7 @@ function TableRowRights($Api, $Key = null, $Data = null){
$Api->SpaltenFilme;
foreach ($Api->SpaltenFilme as $value) {
if(in_array($value, array("name", "imdbID", "3d"))){
if(in_array($value, array("name", "imdbID", "3d", "rating", "year", "duration"))){
$ret .= '<td><input type="checkbox" name="filme_list[]" value="'.$value.'" checked readonly onclick="return false"></td>';
}else{
if(!($Data == null)){
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment