Commit 1ad5d95d authored by Nico Schallehn's avatar Nico Schallehn

test

parent 7f49e464
......@@ -136,7 +136,7 @@ if($_GET["action"] == "filme"){
$content .= ob_get_clean();
$content .= '<table border="1">'.PHP_EOL;
$content .= '<tr><th>Von</th><th>bis</th>';
foreach ($Api->SpaltenFilme as $value) {
foreach ($API->SpaltenFilme as $value) {
$content .= '<th>'.$value.'</th>';
}
$content .= '</tr>'.PHP_EOL;
......
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