Commit d53db9cd authored by Nico Schallehn's avatar Nico Schallehn

test

parent e0ea2f85
......@@ -24,7 +24,7 @@ function TableRowRights($Api, $Data = null){
}
$Api->SpaltenEpisoden;
foreach ($Api->SpaltenEpisoden as $value) {
if( isset($Data["SpaltenFil"])){
if($Data != null){
$ret .= '<td>'.(in_array($value, $Data["SpaltenFil"])?"ja":"Nein").'</td>';
}else {
$ret .= '<td>Nein</td>';
......
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