Commit 09527e70 authored by Nico Schallehn's avatar Nico Schallehn

test

parent d53db9cd
......@@ -24,7 +24,7 @@ function TableRowRights($Api, $Data = null){
}
$Api->SpaltenEpisoden;
foreach ($Api->SpaltenEpisoden as $value) {
if($Data != null){
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