Commit c340335c authored by Nico Schallehn's avatar Nico Schallehn

test

parent 1ad5d95d
......@@ -21,7 +21,7 @@ function TableRowRights($Api, $Data = null){
$Api->SpaltenFilme;
foreach ($Api->SpaltenFilme as $value) {
$ret .= '<td>'.(in_array($value, $Data["SpaltenFil"])?$value."ja":$value."Nein").'</td>';
$ret .= '<td>'.(in_array($value, $Data["SpaltenFil"])?"ja":"Nein").'</td>';
}
$ret .= '</tr>';
......
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