Commit 89227e34 authored by Nico Schallehn's avatar Nico Schallehn

test

parent 6c4e70c5
......@@ -213,12 +213,12 @@ if($_GET["action"] == "filme"){
$content .= '<th>Update</th>';
$content .= '<th>Debug</th>';
$content .= '<th>Speichern</th>';
$content .= '</tr> </thead>'.PHP_EOL;
$content .= '</tr> </thead> <tbody>'.PHP_EOL;
foreach ($Data as $value) {
$content .= TableRowRights($API, $value);
}
$content .= TableRowRights($API);
$content .= '</table></div>'.PHP_EOL;
$content .= ' </tbody></table></div>'.PHP_EOL;
}
$content .= "</div>";
......
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