Commit 11c0ef16 authored by Nico Schallehn's avatar Nico Schallehn

test

parent bc4f0b46
......@@ -139,7 +139,7 @@ if($_GET["action"] == "filme"){
$content .= '<th colspan="'.count($API->SpaltenFilme).'">Filme</th>';
$content .= '<tr><th rowspan="1">Von - Bis</th>';
$content .= '<tr>';
foreach ($API->SpaltenFilme as $value) {
$content .= '<th>'.$value.'</th>';
}
......
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